The following tables list the members exposed by DataReaderWebHierarchyData.
Name | Description | |
---|---|---|
DataReaderWebHierarchyData Constructor | Instantiates a new WebHierarchyData instance. Used internally by WebHierarchicalDataSource control. |
Name | Description | |
---|---|---|
HasChildren | Indicates whether the hierarchical data node that the Infragistics.Web.UI.DataSourceControls.WebHierarchyData object represents has any child nodes. (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData) | |
Item | (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData) | |
Path | Gets the hierarchical path of the node. Returns: A System.String that identifies the hierarchical path relative to the current node. (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData) | |
Type | (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData) |
Name | Description | |
---|---|---|
OwnerDataSource | (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData) | |
Relations | (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData) |
Name | Description | |
---|---|---|
GetChildren | Gets an enumeration object that represents all the child nodes of the current hierarchical node. (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData) | |
GetParent | (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData) | |
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) (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData) |