Back to Devexpress

PopupAdaptiveVerticalAlign Enum

aspnet-devexpress-dot-web-95cd65bd.md

latest1.4 KB
Original Source

PopupAdaptiveVerticalAlign Enum

Specifies the vertical alignment of the popup control in adaptive mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PopupAdaptiveVerticalAlign
vb
Public Enum PopupAdaptiveVerticalAlign

Members

NameDescription
WindowTop

The popup window in adaptive mode is displayed at the top of the browser’s window.

| | WindowCenter |

The popup window in adaptive mode is displayed so that it is vertically aligned at the center of the browser’s window.

| | WindowBottom |

The popup window in adaptive mode is displayed at the bottom of the browser’s window.

|

The following properties accept/return PopupAdaptiveVerticalAlign values:

Remarks

PopupAdaptiveVerticalAlign enumerator contains values that specify the vertical alignment of the popup control in adaptive mode relative to the browser’s window.

See Also

DevExpress.Web Namespace