Skip to main content
Tab

ASPxPopupMenu.PopupHorizontalOffset Property

Gets or sets a popup menu’s horizontal offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 0

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 ASPxPopupMenu.PopupHorizontalAlign property or a pair of the ASPxPopupMenu.Left and ASPxPopupMenu.Top properties.

See Also