PopupWindow.AutoUpdatePosition Property
Gets or sets the value that specifies whether the popup window’s position is updated automatically when required.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
The AutoUpdatePosition property is in effect if the popup window is aligned at either a specific element explicitly defined via the ASPxPopupControl.PopupElementID property, or at the browser window’s center (the popup control’s ASPxPopupControl.PopupHorizontalAlign and ASPxPopupControl.PopupVerticalAlign properties are set to PopupHorizontalAlign.WindowCenter and PopupVerticalAlign.WindowCenter, respectively).
The AutoUpdatePosition property can be used to control whether the popup window’s position is updated automatically (for example, after resizing the browser window).