MenuStyle.GutterWidth Property
Gets or sets a sub menu gutter‘s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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 that is displayed within the corresponding object to which the current style applies. Note that the GutterWidth property value does not affect the position of item image and item text.
See Also