Enum RibbonItemType
Defines the type of the ribbon item.
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.AspNetMvc.Ribbon.dll
Syntax
public enum RibbonItemType
Fields
| Name | Description |
|---|---|
| Button | Renders button as ribbon item. |
| CheckBox | Renders checkbox as ribbon item. |
| ColorPicker | Renders color picker as ribbon item. |
| ComboBox | Renders combobox as ribbon item. |
| DropDown | Renders dropdownbutton as ribbon item. |
| Gallery | Renders the gallery as ribbon item. |
| GroupButton | Renders the group button content as ribbon item. |
| SplitButton | Renders splitbutton as ribbon item. |
| Template | Renders the template content as ribbon item. |