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

NuGet Package: DevExpress.Web

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
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsPopup .CustomizationWindow
ASP.NET MVC Extensions GridViewSettings
.SettingsPopup .CustomizationWindow
GridViewSettings<RowType>
.SettingsPopup .CustomizationWindow
MVCxGridView
.SettingsPopup .CustomizationWindow
MVCxGridViewProperties
.SettingsPopup .CustomizationWindow
See Also