GridLevelTree.RelationName Property
Gets the string that identifies the root node.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | A string that identifies the root node. |
Remarks
The RelationName property is overridden to return the “Root” string. For child nodes the RelationName property returns the name of the relationship the child node represents.
See Also