Skip to main content
Tab

ASPxGridViewCustomizationWindowSettings Class

Provides settings that affect the Customization Window‘s position and functionality.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class ASPxGridViewCustomizationWindowSettings :
    ASPxGridSettingsBase

The following members return ASPxGridViewCustomizationWindowSettings objects:

#Remarks

The ASPxGridViewCustomizationWindowSettings class contains the settings that allow you to specify the Customization Window’s availability, position, etc.

Availability
The ASPxGridViewBehaviorSettings.EnableCustomizationWindow property specifies whether the Customization Window is enabled.
Alignment
The GridCustomizationWindowPopupSettings.HorizontalAlign and GridCustomizationWindowPopupSettings.VerticalAlign properties.
Position
The GridCustomizationWindowPopupSettings.HorizontalOffset and GridCustomizationWindowPopupSettings.VerticalOffset properties.

These settings can be accessed via the ASPxGridView’s ASPxGridViewPopupControlSettings.CustomizationWindow property.

#Implements

#Inheritance

Object
StateManager
PropertiesBase
ASPxGridSettingsBase
ASPxGridViewCustomizationWindowSettings
See Also