Skip to main content

TreeListBand.TreeList Property

Gets a TreeList object to which the current band belongs.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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