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.v20.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to EnableCustomizationWindow
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsBehavior .EnableCustomizationWindow
ASP.NET MVC Extensions MVCxTreeList
.SettingsBehavior .EnableCustomizationWindow
TreeListSettings
.SettingsBehavior .EnableCustomizationWindow
TreeListSettings<RowType>
.SettingsBehavior .EnableCustomizationWindow

Remarks

Use the following methods to manage the customization window visibility.

See Also