Skip to main content

GridLevelTree.RelationName Property

Gets the string that identifies the root node.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override string RelationName { get; set; }

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