HierarchicalModelDataSourceView Members
The HierarchicalModelDataSourceView type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
HierarchicalModelDataSourceView |
Creates a new view backed by the specified hierarchical data.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Select |
Returns the root-level hierarchy nodes for data binding.
Called by data-bound controls to obtain the top-level items.
Each item's children are retrieved on demand via
[HierarchyData{T}.GetChildren].
|
Fields
| Name | Description | |
|---|---|---|
|
|
_dataSource |
The pre-built hierarchical list (a HierarchicalModelList of
HierarchyData<(Of <(<'T>)>)> nodes) that will be returned by Select()()()().
|

