Class RibbonItemType
Defines the type of the ribbon item.
Inheritance
System.Object
RibbonItemType
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class RibbonItemType : Enum
Fields
Button
Renders button as ribbon item.
Declaration
public const RibbonItemType Button
Field Value
Type |
---|
RibbonItemType |
CheckBox
Renders checkbox as ribbon item.
Declaration
public const RibbonItemType CheckBox
Field Value
Type |
---|
RibbonItemType |
ColorPicker
Renders color picker as ribbon item.
Declaration
public const RibbonItemType ColorPicker
Field Value
Type |
---|
RibbonItemType |
ComboBox
Renders combobox as ribbon item.
Declaration
public const RibbonItemType ComboBox
Field Value
Type |
---|
RibbonItemType |
DropDown
Renders dropdownbutton as ribbon item.
Declaration
public const RibbonItemType DropDown
Field Value
Type |
---|
RibbonItemType |
Gallery
Renders the gallery as ribbon item.
Declaration
public const RibbonItemType Gallery
Field Value
Type |
---|
RibbonItemType |
GroupButton
Renders the group button content as ribbon item.
Declaration
public const RibbonItemType GroupButton
Field Value
Type |
---|
RibbonItemType |
SplitButton
Renders splitbutton as ribbon item.
Declaration
public const RibbonItemType SplitButton
Field Value
Type |
---|
RibbonItemType |
Template
Renders the template content as ribbon item.
Declaration
public const RibbonItemType Template
Field Value
Type |
---|
RibbonItemType |