Skip to main content

TreeListSettingsBehavior.EnableCustomizationWindow Property

Gets or sets whether the Customization Window is enabled.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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:

Object Type Path to EnableCustomizationWindow
ASPxTreeList
.SettingsBehavior .EnableCustomizationWindow

Remarks

Use the following methods to manage the customization window visibility.

See Also