ASPxMenuBase.GutterWidth Property
In This Article
Gets or sets a root menu gutter‘s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
A System. |
#Remarks
Use the GutterWidth property to define the width of a gutter for the menu’s root items. Note that the GutterWidth property value does not affect the position of item image and item text.
Note
This property is in effect if the menu’s ASPx
To change the gutter width for all sub menus within the menu control, use the MenuStyle.GutterWidth property.
See Also