A newer version of this page is available.
Switch to the current version.
ASPxPopupMenu.PopupVerticalOffset Property
Gets or sets a popup menu's vertical offset.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(0)]
public int PopupVerticalOffset { get; set; }
<DefaultValue(0)>
Public Property PopupVerticalOffset As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 |
An integer value that specifies a popup menu's vertical offset. |
Remarks
Use the PopupVerticalOffset property to control the vertical offset of the popup menu control relative to its position specified by either the ASPxPopupMenu.PopupVerticalAlign property or a pair of the ASPxPopupMenu.Left and ASPxPopupMenu.Top properties.
See Also
Feedback