Skip to main content

GridLevelNodeCollection(GridLevelNode) Constructor

Initializes a new instance of the GridLevelNodeCollection class with the specified owner.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridLevelNodeCollection(
    GridLevelNode ownerNode
)

Parameters

Name Type Description
ownerNode GridLevelNode

A GridLevelNode object representing the node that will own the created collection. This value is assigned to the GridLevelNodeCollection.OwnerNode property.

See Also