GridEditFormPopupSettings.AutoUpdatePosition Property
Specifies whether the Edit Form’s position is updated automatically.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
// ASPxGridView
ASPxGridView1.SettingsPopup.EditForm.AutoUpdatePosition = true;
// ASPxCardView
ASPxCardView1.SettingsPopup.EditForm.AutoUpdatePosition = true;
// ASPxTreeList
ASPxTreeList1.SettingsPopup.EditForm.AutoUpdatePosition = true;
Concepts
See Also