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

TreeListBand.TreeList Property

Gets a TreeList object to which the current band belongs.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Browsable(false)]
public TreeList TreeList { get; }

Property Value

Type Description
TreeList

An object that specifies the TreeList object to which the current band belongs.

See Also