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

TreeListColumnCollection.TreeList Property

Gets the control that owns the collection.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

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

Property Value

Type Description
TreeList

A TreeList object representing the Tree List that owns the column collection.

See Also