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

TreeListSettingsBehavior.EnableCustomizationWindow Property

Gets or sets whether the Customization Window is enabled.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

[DefaultValue(false)]
public bool EnableCustomizationWindow { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to allow displaying the Customization Window; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableCustomizationWindow
ASPxTreeList
.SettingsBehavior.EnableCustomizationWindow
MVCxTreeList
.SettingsBehavior.EnableCustomizationWindow
TreeListSettings
.SettingsBehavior.EnableCustomizationWindow
TreeListSettings<RowType>
.SettingsBehavior.EnableCustomizationWindow

Remarks

Use the following methods to manage the customization window visibility.

See Also