GridLevelTree(GridControl) Constructor
Initializes a new instance of the GridLevelTree class.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
grid | GridControl | A GridControl object which will receive change notifications for the created GridLevelTree object. |
See Also