ASPxGridViewCustomizationWindowSettings Class
Provides settings that affect the Customization Window‘s position and functionality.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
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 ASPxGridViewCustomizationWindowSettings.Enabled property specifies whether the Customization Window is enabled.
Alignment
The ASPxGridViewCustomizationWindowSettings.PopupHorizontalAlign and ASPxGridViewCustomizationWindowSettings.PopupVerticalAlign properties.
Position
The ASPxGridViewCustomizationWindowSettings.PopupHorizontalOffset and ASPxGridViewCustomizationWindowSettings.PopupVerticalOffset properties.
These settings can be accessed via the ASPxGridView’s ASPxGridView.SettingsCustomizationWindow property.