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

TreeListColumn.TreeList Property

Obtains the TreeList control to which a column belongs.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

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

Property Value

Type Description
TreeList

A TreeList control to which a column belongs.

See Also