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

<WMStyleBase model=@toolStripSeparator></WMStyleBase>
<ToolBarSeparator class="@toolStripSeparator.GetStringClasses()" />

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