Back to Devexpress

ASPxGridViewCustomizationWindowSettings Class

aspnet-devexpress-dot-web-c34e9a98.md

latest2.8 KB
Original Source

ASPxGridViewCustomizationWindowSettings Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewCustomizationWindowSettings :
    ASPxGridSettingsBase
vb
Public Class ASPxGridViewCustomizationWindowSettings
    Inherits 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.

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.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridViewCustomizationWindowSettings

See Also

ASPxGridViewCustomizationWindowSettings Members

Grid View

DevExpress.Web Namespace