Back to Devexpress

GridViewSettings.SettingsCustomizationWindow Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-ae7264ea.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
[Obsolete("Use the SettingsPopup.CustomizationWindow property instead.")]
public ASPxGridViewCustomizationWindowSettings SettingsCustomizationWindow { get; }
vb
<Obsolete("Use the SettingsPopup.CustomizationWindow property instead.")>
Public ReadOnly Property SettingsCustomizationWindow As ASPxGridViewCustomizationWindowSettings

Property Value

TypeDescription
ASPxGridViewCustomizationWindowSettings

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

|

See Also

Grid View

Customization Window

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace