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.v24.1.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 |
|
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