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

ASPxTreeList.Settings Property

Provides access to the ASPxTreeList’s display options.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListSettings Settings { get; }

Property Value

Type Description
TreeListSettings

A TreeListSettings object that contains the ASPxTreeList’s display options.

See Also