Skip to main content

GridLevelNode() Constructor

Initializes a new instance of the GridLevelNode class with default settings.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridLevelNode()

Remarks

This constructor sets the GridLevelNode.RelationName property to an empty string and the GridLevelNode.LevelTemplate property to null.

See Also