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

MenuStyle.SeparatorColor Property

Gets or sets a separator‘s color.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Color), "")]
public virtual Color SeparatorColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color object that specifies a separator’s color.

Property Paths

You can access this nested property as listed below:

Object Type Path to SeparatorColor
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar .SeparatorColor

Remarks

Use the SeparatorColor property to define the color of a separator that is displayed within the corresponding object which the current style applies to. .

See Also