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

Declaration

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

Remarks

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

See Also