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

MenuStyle.SeparatorStyle Property

Gets the separator‘s style settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public AppearanceStyle SeparatorStyle { get; }

Property Value

Type Description
AppearanceStyle

An AppearanceStyle object that contains the style settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SeparatorStyle
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.SeparatorStyle

Remarks

Use the SeparatorStyle property to access and customize the style settings that define the appearance of separators at the menu level to which the current style applies.

See Also