MenuStyle.SeparatorStyle Property
In This Article
Gets the separator‘s style settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceStyle SeparatorStyle { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#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