Back to Devexpress

MenuStyle.SeparatorStyle Property

aspnet-devexpress-dot-web-dot-menustyle-1b8f0ca6.md

latest1.3 KB
Original Source

MenuStyle.SeparatorStyle Property

Gets the separator‘s style settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceStyle SeparatorStyle { get; }
vb
Public ReadOnly Property SeparatorStyle As AppearanceStyle

Property Value

TypeDescription
AppearanceStyle

An AppearanceStyle object that contains the style settings.

|

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

MenuStyle Class

MenuStyle Members

DevExpress.Web Namespace