GridViewSettings.SettingsCustomizationWindow Property
OBSOLETE
Use the SettingsPopup.CustomizationWindow property instead.
Provides access to the Customization Window‘s settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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