GridViewColumnMenuItemVisibility.ShowCustomizationDialog Property
Gets or sets the visibility of the Show Customization Dialog item displayed within the column context menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Remarks
The Customization Dialog is disabled by default; set the ASPxGridViewCustomizationDialogSettings.Enabled property to true to enable the dialog.
See Also