ToolStripSeparator
Description
This component represents a visual separator within a ToolStrip
in Blazor using the Gap.Blazor.ToolStripSeparator
model. It is rendered using the Telerik ToolBarSeparator
component and is used to visually divide groups of toolbar items.
Usage
Properties
toolStripSeparator: Instance of the
Gap.Blazor.ToolStripSeparator
model.CSS Classes: Dynamically applied using
GetStringClasses()
to control appearance and spacing.
Dynamic Rendering
ToolBarSeparator: Renders a visual divider between toolbar items.
WMStyleBase: Applies model-based styling to the separator.
Last updated