ItemSubMenuOffset.X Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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