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

NuGet Package: DevExpress.Web

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