ASPxGridView.SettingsCustomizationWindow Property
In This Article
OBSOLETE
Use the Settings
Provides access to the Customization Window‘s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use the SettingsPopup.CustomizationWindow property instead.")]
public ASPxGridViewCustomizationWindowSettings SettingsCustomizationWindow { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An |
See Also