Enum ItemType
Specifies the element types supported by the Toolbar component.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ItemType
Fields
| Name | Description |
|---|---|
| Button | Creates a Button control with its given properties like text, prefixIcon, etc. |
| Input | Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList, AutoComplete, etc. |
| Separator | Adds a horizontal line that separates the Toolbar commands. |
| Spacer | Adds a space between the Toolbar items. This can be achieved by using the flex-grow property as 1. |