Skip to main content
All docs
V23.2
Tab

GridCustomizationWindowPopupSettings.AutoUpdatePosition Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.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