Back to Devexpress

ASPxGridView.SettingsCustomizationWindow Property

aspnet-devexpress-dot-web-dot-aspxgridview-6bbb5fbc.md

latest1.6 KB
Original Source

ASPxGridView.SettingsCustomizationWindow Property

OBSOLETE

Use the SettingsPopup.CustomizationWindow property instead.

Provides access to the Customization Window‘s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

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

SettingsLoadingPanel

SettingsPager

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace