[]
        
(Showing Draft Content)

ToolStrip

The C1ToolStrip component belongs to the C1.Blazor.Ribbon library. This component delivers a flexible and customizable toolbar for Blazor applications, allowing the organization of commands, menus, selectors, and custom UI elements in a single horizontal or vertical strip. The C1ToolStrip can be defined either in Razor markup or created in code-behind.

The component is compatible with different Blazor web application setups, including the hosting models (Blazor Server App and Blazor WebAssembly App) and interactivity render modes (SSR and CSR) that Microsoft documentation distinguishes.

Supported Tool Types

C1ToolStrip supports the following tool components:

  • C1ButtonTool – Clickable button

  • C1DropDownTool – Expandable dropdown button

  • C1MenuTool – Hierarchical menu

  • C1SelectTool – Dropdown list for selection

  • C1ToggleButtonTool – On/off toggle button

  • C1ContentControlTool – Custom content area