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

TreeListColumn.TreeList Property

Gets the ASPxTreeList control that owns the column.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxTreeList TreeList { get; }

Property Value

Type Description
ASPxTreeList

An ASPxTreeList object that owns the column.

See Also