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

ASPxGridViewCustomizationWindowSettings.Enabled Property

OBSOLETE

Use the SettingsBehavior.EnableCustomizationWindow property instead.

Gets or sets whether the Customization Window is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
[Obsolete("Use the SettingsBehavior.EnableCustomizationWindow property instead.")]
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:

Library Object Type Path to Enabled
ASP.NET Controls and MVC Extensions GridViewProperties
ASP.NET MVC Extensions MVCxGridViewProperties

Remarks

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

See Also