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

TreeListSettingsBehavior Class

Provides behavior options for ASPxTreeList controls.

Namespace: DevExpress.Web.ASPxTreeList

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

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