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

ASPxTreeList.SettingsBehavior Property

Provides access to the control’s behavior settings.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListSettingsBehavior SettingsBehavior { get; }

Property Value

Type Description
TreeListSettingsBehavior

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

See Also