Skip to main content
Tab

ItemSubMenuOffset.X Property

Gets or sets the horizontal offset of a submenu relative to its parent menu item which is neither the first nor the last item at its menu level.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 0

An integer value specifying the horizontal offset of a submenu.

Remarks

Use the X property to specify the horizontal offset of a submenu displayed for a menu item which is neither the first nor the last item at a menu level. This offset is specified by the number of pixels to shift a submenu horizontally relative to its parent menu item.

See Also