Class ItemType
Specifies the element types supported by the Toolbar component.
Inheritance
System.Object
ItemType
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ItemType : Enum
Fields
Button
Creates a Button control with its given properties like text, prefixIcon, etc.
Declaration
public const ItemType Button
Field Value
Type |
---|
ItemType |
Input
Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList, AutoComplete, etc.
Declaration
public const ItemType Input
Field Value
Type |
---|
ItemType |
Separator
Adds a horizontal line that separates the Toolbar commands.
Declaration
public const ItemType Separator
Field Value
Type |
---|
ItemType |
Spacer
Adds a space between the Toolbar items. This can be achieved by using the flex-grow property as 1.
Declaration
public const ItemType Spacer
Field Value
Type |
---|
ItemType |