Skip to main content
A newer version of this page is available. .
Tab

ASPxMenuBase.GutterCssClass Property

Gets or sets the name of the cascading style sheet (CSS) class that defines a root menu gutter‘s style settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public virtual string GutterCssClass { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the name of the cascading style sheet class.

See Also