Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

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

#Declaration

public class GridLevelNode :
    IDisposable

#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.

#Inheritance

Object
GridLevelNode
See Also