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.v20.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 Controls and MVC Extensions ASPxPopupControl.PopupAlignCorrection
ASPxPopupMenu.PopupAlignCorrection
ASP.NET MVC Extensions PopupControlSettings.PopupAlignCorrection

See Also