Skip to main content
All docs
V19.2

TreeListSettingsCustomizationWindow.Enabled Property

Gets or sets whether the Customization Window is enabled.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to Enabled
ASPxTreeList
MVCxTreeList
TreeListSettings
TreeListSettings<RowType>

Remarks

To show the Customization window, use the ASPxClientTreeList.ShowCustomizationWindow method. To hide the window, call the ASPxClientTreeList.HideCustomizationWindow method.

See Also