Back to Devexpress

PopupAlignCorrection Enum

aspnet-devexpress-dot-web-14b52fe1.md

latest1.3 KB
Original Source

PopupAlignCorrection Enum

Lists values that specify the availability of popup element correction.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PopupAlignCorrection
vb
Public Enum PopupAlignCorrection

Members

NameDescription
Auto

Correction of the popup window position is enabled.

| | Disabled |

Correction of the popup window position is disabled.

|

The following properties accept/return PopupAlignCorrection values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxPopupControl.PopupAlignCorrection
ASPxPopupMenu.PopupAlignCorrection
ASP.NET MVC ExtensionsPopupControlSettings.PopupAlignCorrection

See Also

DevExpress.Web Namespace