Skip to main content
Tab

ASPxPopupControl.PopupAlignCorrection Property

Provides the capability to disable the automatic correction of a popup window position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PopupAlignCorrection.Auto)]
public PopupAlignCorrection PopupAlignCorrection { get; set; }

Property Value

Type Default Description
PopupAlignCorrection Auto

One of the PopupAlignCorrection enumeration values.

Available values:

Name Description
Auto

Correction of the popup window position is enabled.

Disabled

Correction of the popup window position is disabled.

Remarks

By default, the ASPxPopupControl automatically corrects the popup window position if there is insufficient space in the place specified via the ASPxPopupControl.PopupHorizontalAlign, ASPxPopupControl.PopupVerticalAlign, ASPxPopupControl.PopupHorizontalOffset, and ASPxPopupControl.PopupVerticalOffset properties. Set the PopupAlignCorrection property to Disabled to disable position correction and show a popup window in the exact place specified via the properties listed above.

See Also