Enum RibbonItemType
Specifies the different types of items that can be included in a SfRibbon.
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public enum RibbonItemType
Fields
| Name | Description |
|---|---|
| Button | Represents a button item in the SfRibbon. |
| CheckBox | Represents a checkbox item in the SfRibbon. |
| ColorPicker | Represents a color picker item in the SfRibbon. |
| ComboBox | Represents a combobox item in the SfRibbon. |
| DropDown | Represents a dropdown button item in the SfRibbon. |
| Gallery | Represents a gallery item in the SfRibbon. |
| GroupButton | Represents a group button item in the SfRibbon. |
| SplitButton | Represents a split button item in the SfRibbon. |
| Template | Represents a template item in the SfRibbon. |