Skip to main content
All docs
V25.1
  • Tab

    GridCustomizationWindowPopupSettings.AutoUpdatePosition Property

    Specifies whether the Customization Window’s position is updated automatically.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    [DefaultValue(false)]
    public bool AutoUpdatePosition { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true, to automatically update the position of the Customization Window; otherwise, false.

    Remarks

    // ASPxGridView
    ASPxGridView1.SettingsPopup.CustomizationWindow.AutoUpdatePosition = true;
    
    // ASPxCardView
    ASPxCardView1.SettingsPopup.CustomizationWindow.AutoUpdatePosition = true;
    
    // ASPxTreeList
    ASPxTreeList1.SettingsPopup.CustomizationWindow.AutoUpdatePosition = true;
    

    Concepts

    See Also