Skip to main content

PopupControlSettings.PopupVerticalOffset Property

Gets or sets a popup window’s vertical offset.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int PopupVerticalOffset { get; set; }

Property Value

Type Description
Int32

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 PopupControlSettings.PopupVerticalAlign property or a pair of the PopupControlSettingsBase.Left (PopupWindow.Left) and PopupControlSettingsBase.Top (PopupWindow.Top) properties.

See Also