Version

DataReaderWebHierarchyData Class Members

The following tables list the members exposed by DataReaderWebHierarchyData.

Public Constructors
 NameDescription
Public ConstructorDataReaderWebHierarchyData ConstructorInstantiates a new WebHierarchyData instance. Used internally by WebHierarchicalDataSource control.  
Public Properties
 NameDescription
Public PropertyHasChildrenIndicates 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)
Public PropertyItem (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData)
Public PropertyPathGets 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)
Public PropertyType (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData)
Public Methods
 NameDescription
Public MethodGetChildrenGets an enumeration object that represents all the child nodes of the current hierarchical node. (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData)
Public MethodGetParent (Inherited from Infragistics.Web.UI.DataSourceControls.WebHierarchyData)
Public MethodToStringThis 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)
See Also