Skip to main content
Tab

GridViewPopupControlStyles.CustomizationDialog Property

Gets the style settings defining the appearance of the customization dialog within a grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridCustomizationDialogPopupStyle CustomizationDialog { get; }

Property Value

Type Description
DevExpress.Web.GridCustomizationDialogPopupStyle

A DevExpress.Web.GridCustomizationDialogPopupStyle object that contains the style settings.

See Also