TreeListColumn.ParentBand Property
Gets or set a column’s parent band.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v26.1.dll
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