Skip to main content
A newer version of this page is available. .

GridLevelNode Class

Represents a node in the tree-like structure that associates master-detail relationships with pattern Views.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

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