Skip to main content

PopupControlSettings.PopupAlignCorrection Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public PopupAlignCorrection PopupAlignCorrection { get; set; }

Property Value

Type Description
PopupAlignCorrection

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 PopupControl automatically corrects the popup window position if there is insufficient space in the place specified via the PopupControlSettings.PopupHorizontalAlign, PopupControlSettings.PopupVerticalAlign, PopupControlSettings.PopupHorizontalOffset, and PopupControlSettings.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