aspnet-devexpress-dot-web-c34e9a98.md
Provides settings that affect the Customization Window‘s position and functionality.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxGridViewCustomizationWindowSettings :
ASPxGridSettingsBase
Public Class ASPxGridViewCustomizationWindowSettings
Inherits ASPxGridSettingsBase
The following members return ASPxGridViewCustomizationWindowSettings objects:
The ASPxGridViewCustomizationWindowSettings class contains the settings that allow you to specify the Customization Window’s availability, position, etc.
AvailabilityThe ASPxGridViewBehaviorSettings.EnableCustomizationWindow property specifies whether the Customization Window is enabled.AlignmentThe GridCustomizationWindowPopupSettings.HorizontalAlign and GridCustomizationWindowPopupSettings.VerticalAlign properties.PositionThe GridCustomizationWindowPopupSettings.HorizontalOffset and GridCustomizationWindowPopupSettings.VerticalOffset properties.
These settings can be accessed via the ASPxGridView’s ASPxGridViewPopupControlSettings.CustomizationWindow property.
Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridViewCustomizationWindowSettings
See Also