Skip to main content
A newer version of this page is available. .
Tab

PopupAlignCorrection Enum

Lists values that specify the availability of popup element correction.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum PopupAlignCorrection

Members

Name Description
Auto

Correction of the popup window position is enabled.

Disabled

Correction of the popup window position is disabled.

Related API Members

Remarks

The values listed by this enumeration are used to set the ASPxPopupControl.PopupAlignCorrection, ASPxPopupMenu.PopupAlignCorrection and PopupControlSettings.PopupAlignCorrection properties’ values.

See Also