ASPxMenuBase.GutterWidth Property
Gets or sets a root menu gutter‘s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A System.Web.UI.WebControls.Unit value specifying the width of a gutter. |
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 ASPxMenu.Orientation property is set to Orientation.Vertical.
To change the gutter width for all sub menus within the menu control, use the MenuStyle.GutterWidth property.
See Also