PopupMenuSettings.PopupVerticalOffset Property
Gets or sets a popup menu’s vertical offset.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Int32 | 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 relative to its position specified by either the PopupMenuSettings.PopupVerticalAlign property or a pair of the PopupMenuSettings.Left and PopupMenuSettings.Top properties.
See Also