Version

XPathGridRoot Class Members

The following tables list the members exposed by XPathGridRoot.

Public Constructors
 NameDescription
Public ConstructorXPathGridRoot ConstructorInitializes the root node with the reference to the grid.  
Public Properties
 NameDescription
Public PropertyHasAttributesIndicates whether the node has attributes. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public PropertyHasChildrenOverridden. Yes it always has children.  
Public PropertyLocalNameOverridden. The root has no name.  
Public PropertyOwnerReference to the owner of the node. Usually it is the main control. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public PropertyValueContent of the XML rendering node. If the node has no children of type XPathNodeType.Text the property returns null. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Protected Properties
 NameDescription
Protected PropertyXPathAttributesContains generated attributes. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public Methods
 NameDescription
Public MethodCreateNavigatorImplements IXPathNavigable interface. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetAttributeOverloaded. Gets attribute by name. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetAttributeIndexGets index of an attribute. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetAttributeNameGets name of an attribute. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetFirstChildOverridden. First child of the root is always the grid itself.  
Public MethodGetFirstSiblingGets the first sibling of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetNextSiblingGets the next sibling of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetNodeTypeGets type of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetParentGets the parent node of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetPreviousSiblingGets the previous sibling of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodInitializeInitializes the XML node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Protected Methods
 NameDescription
Protected MethodGenerateAttributesOverridden. Attributes collection is empty for the root.  
See Also