Skip to main content

PopupMenuSettings.PopupHorizontalOffset Property

Gets or sets a popup menu’s horizontal offset.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int PopupHorizontalOffset { get; set; }

Property Value

Type Description
Int32

An integer value that specifies a popup menu’s horizontal offset.

Remarks

Use the PopupHorizontalOffset property to control the horizontal offset of a popup menu relative to its position specified by either the PopupMenuSettings.PopupHorizontalAlign property or a pair of the PopupMenuSettings.Left and PopupMenuSettings.Top properties.

See Also