Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemType

    Show / Hide Table of Contents

    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 Description
    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 Description
    ItemType

    Separator

    Adds a horizontal line that separates the Toolbar commands.

    Declaration
    public const ItemType Separator
    Field Value
    Type Description
    ItemType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved