LevelHierarchyDataSourceView Members
Include Protected Members
Include Inherited Members
Represents a single (default) view of the LevelHierarchyDataSource class.
The LevelHierarchyDataSourceView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LevelHierarchyDataSourceView |
Top
Properties
Name | Description | |
---|---|---|
HeaderTemplate | Style to use to display the header text. | |
HeaderText | Text to display as a header above the contents of the data. | |
Level1StyleTemplate | Style to use to display items in the first level. | |
Level2StyleTemplate | Style to use to display items in the second level. | |
Level3StyleTemplate | Style to use to display items in the third level. | |
NumColumns | Number of columns used to render Levels. | |
NumLevels | Number of levels for which to get data. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildren | Abstract function that returns a collection of children that is passed to LevelElementHierarchyData. | |
GetHashCode | (Inherited from Object.) | |
GetRootLevelElements | Gets the first level of LevelElements. These elements are child Level elements of the root node. Derived views must override in order get the relevant data for that view. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Select | (Inherited from HierarchicalDataSourceView.) | |
ToString | (Inherited from Object.) |
Top