TreeListColumn.ParentBand Property
Gets or set a column’s parent band.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
TreeListBand | A value that specifies the column’s parent band. |
Remarks
The ParentBand property’s value is equal to null (Nothing in Visual Basic), if no band owns the current column.
See Also