Skip to main content
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.v23.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:

Object Type Path to Enabled
GridViewProperties

Remarks

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

See Also