Skip to main content
Tab

PopupAlignCorrection Enum

Lists values that specify the availability of popup element correction.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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

The following properties accept/return PopupAlignCorrection values:

Library Related API Members
ASP.NET Web Forms Controls ASPxPopupControl.PopupAlignCorrection
ASPxPopupMenu.PopupAlignCorrection
ASP.NET MVC Extensions PopupControlSettings.PopupAlignCorrection

See Also