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

TreeListColumn.ParentBand Property

Gets or set a column’s parent band.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[Browsable(false)]
public virtual TreeListBand ParentBand { get; }

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