Data Source Descriptor for ASTreeView control to populate treeview from datasource. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
The following tables list the members exposed by ASTreeViewDataSourceDescriptor.
Public Constructors
| Name | Description | |
|---|---|---|
|
ASTreeViewDataSourceDescriptor | Overloaded. Initializes a new instance of the |
Public Properties
| Name | Description | |
|---|---|---|
|
NodeTextColumnName | Gets or sets the name of the node text column. |
|
NodeValueColumnName | Gets or sets the name of the node value column. |
|
ParentNodeValueColumnName | Gets or sets the name of the parent node value column. |
Public Methods
| Name | Description | |
|---|---|---|
|
BuildTreeFromDataSource | Builds the tree from data source. |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
ASTreeViewDataSourceDescriptor | Overloaded. Initializes a new instance of the |