alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved