Skip to main content
A newer version of this page is available. .
All docs
V20.2
Tab

GridEditFormPopupSettings.AutoUpdatePosition Property

Specifies whether the Edit Form’s position is updated automatically.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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 Edit Form; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AutoUpdatePosition
ASP.NET Controls and MVC Extensions ASPxCardViewPopupControlSettings
.EditForm .AutoUpdatePosition
ASPxGridViewPopupControlSettings
.EditForm .AutoUpdatePosition
TreeListPopupControlSettings
.EditForm .AutoUpdatePosition
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.EditForm .AutoUpdatePosition
BootstrapGridViewPopupControlSettings
.EditForm .AutoUpdatePosition
ASP.NET MVC Extensions MVCxGridViewPopupControlSettings
.EditForm .AutoUpdatePosition
MVCxTreeList
.SettingsPopupEditForm .AutoUpdatePosition
MVCxTreeListPopupControlSettings
.EditForm .AutoUpdatePosition

Remarks

// ASPxGridView
ASPxGridView1.SettingsPopup.EditForm.AutoUpdatePosition = true;

// ASPxCardView
ASPxCardView1.SettingsPopup.EditForm.AutoUpdatePosition = true;

// ASPxTreeList
ASPxTreeList1.SettingsPopup.EditForm.AutoUpdatePosition = true;

Concepts

See Also