GridLevelNode Class
Represents a node in the tree-like structure that associates master-detail relationships with pattern Views.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return GridLevelNode objects:
Remarks
The grid control’s GridControl.LevelTree property refers to a tree-like structure that associates master-detail relationships with pattern Views. Each node in this structure (except for the root node) represents an instance of the GridLevelNode class. The root node is represented by a GridLevelTree object.
The node’s GridLevelNode.RelationName property specifies the name of the relationship which the current node represents. The GridLevelNode.LevelTemplate property specifies the pattern View associated with this relationship.
To get the child nodes of a particular node which also represent specific master-detail relationships, use the GridLevelNode.Nodes property.