Version

XPathGridData Class Members

The following tables list the members exposed by XPathGridData.

Public Constructors
 NameDescription
Public ConstructorXPathGridData ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyHasAttributesIndicates whether the node has attributes. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public PropertyHasChildrenOverridden. Always has children.  
Public PropertyLocalNameOverridden. Name of the node.  
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 grid is Records by default.  
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. Various attributes for the grid's top node are generated here.  
See Also