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
Static Public method ASTreeViewDataSourceDescriptor Overloaded. Initializes a new instance of the ASTreeViewDataSourceDescriptor class.
Top

Public Properties

  Name Description
Public property NodeTextColumnName Gets or sets the name of the node text column.
Public property NodeValueColumnName Gets or sets the name of the node value column.
Public property ParentNodeValueColumnName Gets or sets the name of the parent node value column.
Top

Public Methods

  Name Description
Public method BuildTreeFromDataSource Builds the tree from data source.
Top

Explicit Interface Implementations

  Name Description
Static Private method ASTreeViewDataSourceDescriptor Overloaded. Initializes a new instance of the ASTreeViewDataSourceDescriptor class.
Top

See Also