MenuStyle.SeparatorColor Property
Gets or sets a separator‘s color.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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