Skip to main content
Tab

ASPxGridView.SettingsCustomizationWindow Property

OBSOLETE

Use the SettingsPopup.CustomizationWindow property instead.

Provides access to the Customization Window‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the SettingsPopup.CustomizationWindow property instead.")]
public ASPxGridViewCustomizationWindowSettings SettingsCustomizationWindow { get; }

Property Value

Type Description
ASPxGridViewCustomizationWindowSettings

An ASPxGridViewCustomizationWindowSettings object that contains the Customization Window’s settings.

See Also