Version

WebHierarchyData Class Members

The following tables list the members exposed by WebHierarchyData.

Public Constructors
 NameDescription
Public ConstructorWebHierarchyData ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyHasChildrenIndicates whether the hierarchical data node that the Infragistics.Web.UI.DataSourceControls.WebHierarchyData object represents has any child nodes.  
Public PropertyItem  
Public PropertyPathGets the hierarchical path of the node. Returns: A System.String that identifies the hierarchical path relative to the current node.  
Public PropertyType  
Protected Properties
 NameDescription
Protected PropertyOwnerDataSource  
Protected PropertyRelations  
Public Methods
 NameDescription
Public MethodGetChildrenGets an enumeration object that represents all the child nodes of the current hierarchical node.  
Public MethodGetParent  
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)  
See Also