Skip to main content

TreeListBand.TreeList Property

Gets a TreeList object to which the current band belongs.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v24.2.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