Skip to main content
Tab

MenuStyle.SeparatorCssClass Property

Gets or sets the name of the cascading style sheet (CSS) class that defines a separator style settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

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

See Also