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 |