menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonItemType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RibbonItemType

    Specifies the different types of items that can be included in a SfRibbon.

    Inheritance
    System.Object
    RibbonItemType
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class RibbonItemType : Enum

    Fields

    Button

    Represents a button item in the SfRibbon.

    Declaration
    public const RibbonItemType Button
    Field Value
    Type
    RibbonItemType

    CheckBox

    Represents a checkbox item in the SfRibbon.

    Declaration
    public const RibbonItemType CheckBox
    Field Value
    Type
    RibbonItemType

    ColorPicker

    Represents a color picker item in the SfRibbon.

    Declaration
    public const RibbonItemType ColorPicker
    Field Value
    Type
    RibbonItemType

    ComboBox

    Represents a combobox item in the SfRibbon.

    Declaration
    public const RibbonItemType ComboBox
    Field Value
    Type
    RibbonItemType

    DropDown

    Represents a dropdown button item in the SfRibbon.

    Declaration
    public const RibbonItemType DropDown
    Field Value
    Type
    RibbonItemType

    Gallery

    Represents a gallery item in the SfRibbon.

    Declaration
    public const RibbonItemType Gallery
    Field Value
    Type
    RibbonItemType

    GroupButton

    Represents a group button item in the SfRibbon.

    Declaration
    public const RibbonItemType GroupButton
    Field Value
    Type
    RibbonItemType

    SplitButton

    Represents a split button item in the SfRibbon.

    Declaration
    public const RibbonItemType SplitButton
    Field Value
    Type
    RibbonItemType

    Template

    Represents a template item in the SfRibbon.

    Declaration
    public const RibbonItemType Template
    Field Value
    Type
    RibbonItemType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved