Back to Devexpress

GridLevelNode Class

windowsforms-devexpress-dot-xtragrid-b3810025.md

latest3.3 KB
Original Source

GridLevelNode Class

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

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class GridLevelNode :
    IDisposable
vb
Public Class GridLevelNode
    Implements IDisposable

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.

Inheritance

Object GridLevelNode GridLevelTree

See Also

GridLevelNode Members

LevelTree

DevExpress.XtraGrid Namespace