GridLevelTree.RelationName Property
Gets the string that identifies the root node.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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