Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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