Skip to main content

TreeListColumn.TreeList Property

Obtains the TreeList control to which a column 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

A TreeList control to which a column belongs.

See Also