Version

XPathGrid Class Members

The following tables list the members exposed by XPathGrid.

Public Constructors
 NameDescription
Public ConstructorXPathGrid ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyHasAttributesIndicates whether the node has attributes. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public PropertyHasChildrenAlways has children. (Inherited from Infragistics.Web.UI.GridControls.XPathGridData)
Public PropertyLocalNameName of the node. (Inherited from Infragistics.Web.UI.GridControls.XPathGridData)
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.   
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 MethodGenerateAttributesVarious attributes for the grid's top node are generated here. (Inherited from Infragistics.Web.UI.GridControls.XPathGridData)
See Also