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

TreeListTemplateContainerBase.TreeList Property

Gets the ASPxTreeList that owns the current object.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public ASPxTreeList TreeList { get; }

Property Value

Type Description
ASPxTreeList

An ASPxTreeList object that owns the current object.

See Also