Skip to main content

TreeListSettingsBehavior Class

Provides behavior options for ASPxTreeList controls.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

#Declaration

public class TreeListSettingsBehavior :
    TreeListSettingsBase

The following members return TreeListSettingsBehavior objects:

#Remarks

The TreeListSettingsBehavior class provides a set of Boolean properties that control an ASPxTreeList’s behavior. These options can be accessed via the ASPxTreeList.SettingsBehavior property.

#Implements

See Also