The following tables list the members exposed by WebHierarchyData.
Name | Description | |
---|---|---|
WebHierarchyData Constructor | Overloaded. |
Name | Description | |
---|---|---|
HasChildren | Indicates whether the hierarchical data node that the Infragistics.Web.UI.DataSourceControls.WebHierarchyData object represents has any child nodes. | |
Item | ||
Path | Gets the hierarchical path of the node. Returns: A System.String that identifies the hierarchical path relative to the current node. | |
Type |
Name | Description | |
---|---|---|
OwnerDataSource | ||
Relations |
Name | Description | |
---|---|---|
GetChildren | Gets an enumeration object that represents all the child nodes of the current hierarchical node. | |
GetParent | ||
ToString | This is used by consumer controls to denote the type of the item being databound. We need to override this to change the type from WebHierarchyData to the actual type of Item (for example DataRowView if bind to DataTable) |