Skip to main content
Tab

ItemSubMenuOffset.Y Property

Gets or sets the vertical 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 Y { get; set; }

Property Value

Type Default Description
Int32 0

An integer value specifying the vertical offset of a submenu.

Remarks

Use the Y property to specify the vertical 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 vertically relative to its parent menu item.

See Also