Skip to main content

ASPxTreeList.SettingsBehavior Property

Provides access to the control’s behavior settings.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListSettingsBehavior SettingsBehavior { get; }

Property Value

Type Description
TreeListSettingsBehavior

A TreeListSettingsBehavior object that contains the control’s behavior settings.

See Also