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

ASPxPopupControl.PopupVerticalOffset Property

Gets or sets a popup window’s vertical offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(0)]
public int PopupVerticalOffset { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies a popup window’s vertical offset.

Remarks

Use the PopupVerticalOffset property to control the vertical offset of a popup window relative to its position specified by either the ASPxPopupControl.PopupVerticalAlign property or a pair of the ASPxPopupControlBase.Left (PopupWindow.Left) and ASPxPopupControlBase.Top (PopupWindow.Top) properties.

See Also