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

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

Declaration

[DefaultValue(true)]
public bool ShowCustomizationDialog { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the item is visible; otherwise, false.

Remarks

The Customization Dialog is disabled by default; set the ASPxGridViewCustomizationDialogSettings.Enabled property to true to enable the dialog.

See Also