Back to Devexpress

GridLevelNode.RelationName Property

windowsforms-devexpress-dot-xtragrid-dot-gridlevelnode.md

latest1.8 KB
Original Source

GridLevelNode.RelationName Property

Gets or sets the name of the relationship for which the current node provides a pattern view.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue("")]
public virtual string RelationName { get; set; }
vb
<DefaultValue("")>
Public Overridable Property RelationName As String

Property Value

TypeDefaultDescription
StringString.Empty

A string identifying the relationship’s name.

|

Remarks

Each node associates a relationship with a pattern view. The relationship is specified by its name via the RelationName property. The GridLevelNode.LevelTemplate property refers to the pattern View.

See Also

LevelTemplate

GridLevelNode Class

GridLevelNode Members

DevExpress.XtraGrid Namespace