Skip to main content
Tab

MenuStyle.SeparatorColor Property

Gets or sets a separator‘s color.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

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