Skip to main content
A newer version of this page is available. .
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.v20.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.

Property Paths

You can access this nested property as listed below:

Object Type Path to SeparatorCssClass
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar .SeparatorCssClass
See Also