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

ASPxGridViewPopupControlSettings.CustomizationWindow Property

Provides access to the Customization Window‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewCustomizationWindowPopupSettings CustomizationWindow { get; }

Property Value

Type Description
GridViewCustomizationWindowPopupSettings

A GridViewCustomizationWindowPopupSettings object that contains the Customization Window’s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CustomizationWindow
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsPopup.CustomizationWindow
GridViewProperties
.SettingsPopup.CustomizationWindow
GridViewSettings
.SettingsPopup.CustomizationWindow
GridViewSettings<RowType>
.SettingsPopup.CustomizationWindow
MVCxGridView
.SettingsPopup.CustomizationWindow
MVCxGridViewProperties
.SettingsPopup.CustomizationWindow
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsPopup.CustomizationWindow
See Also