TreeListColumn.ParentBand Property
In This Article
Gets or set a column’s parent band.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[Browsable(false)]
public virtual TreeListBand ParentBand { get; }
#Property Value
Type | Description |
---|---|
Tree |
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