The following tables list the members exposed by XPathGridRoot.
Name | Description | |
---|---|---|
XPathGridRoot Constructor | Initializes the root node with the reference to the grid. |
Name | Description | |
---|---|---|
HasAttributes | Indicates whether the node has attributes. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) | |
HasChildren | Overridden. Yes it always has children. | |
LocalName | Overridden. The root has no name. | |
Owner | Reference to the owner of the node. Usually it is the main control. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) | |
Value | Content 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) |
Name | Description | |
---|---|---|
XPathAttributes | Contains generated attributes. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
Name | Description | |
---|---|---|
GenerateAttributes | Overridden. Attributes collection is empty for the root. |