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 | Initializes a new instance of the LevelHierarchyDataSourceView object. |
Top
Properties
Name | Description | |
---|---|---|
HeaderTemplate | Gets or sets the style to use to display the header text. | |
HeaderText | Gets or sets the text to display as a header above the contents of the data. | |
Level1StyleTemplate | Gets or sets the style to use to display items in the first level. | |
Level2StyleTemplate | Gets or sets the style to use to display items in the second level. | |
Level3StyleTemplate | Gets or sets the style to use to display items in the third level. | |
NumColumns | Gets or sets the number of columns used to render Levels. | |
NumLevels | Gets or sets the 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