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

GridLevelTree(GridControl) Constructor

Initializes a new instance of the GridLevelTree class.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public GridLevelTree(
    GridControl grid
)

Parameters

Name Type Description
grid GridControl

A GridControl object which will receive change notifications for the created GridLevelTree object.

See Also