TreeListSettingsBehavior.EnableCustomizationWindow Property
Gets or sets whether the Customization Window is enabled.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to EnableCustomizationWindow |
|---|---|
| ASPxTreeList |
|
Remarks
Use the following methods to manage the customization window visibility.
- ASPxClientTreeList.ShowCustomizationWindow - Invokes the customization window.
- ASPxClientTreeList.HideCustomizationWindow - Hides the customization window. *
See Also