Skip to main content
Tab

ASPxGridViewPopupControlSettings.CustomizationDialog Property

Provides access to the Customization Dialog‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridCustomizationDialogPopupSettings CustomizationDialog { get; }

Property Value

Type Description
GridCustomizationDialogPopupSettings

A GridCustomizationDialogPopupSettings object that contains the Customization Dialog‘s settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to CustomizationDialog
ASPxGridView
.SettingsPopup .CustomizationDialog
GridViewProperties
.SettingsPopup .CustomizationDialog
See Also