Skip to main content

TreeListColumnCollection.TreeList Property

Gets the control that owns the collection.

Namespace: DevExpress.XtraTreeList.Columns

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