MVCxRibbonItemType Enum
Lists values that specify the Ribbon item type.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Members
Name | Description |
---|---|
TextBoxItem
|
A ribbon item used to display the text box functionality. |
SpinEditItem
|
A ribbon item used to display the spin editor functionality. |
DateEditItem
|
A ribbon item used to display the date editor functionality. |
ComboBoxItem
|
A ribbon item used to display the combo box functionality. |
CheckBoxItem
|
A ribbon item used to display the check box functionality. |
ButtonItem
|
A ribbon item used to display the button functionality. |
DropDownButtonItem
|
A ribbon item used to display the drop down editor functionality. |
ToggleButtonItem
|
A ribbon item used to display the toggle button functionality. |
OptionButtonItem
|
A ribbon item used to display the option button functionality. |
ColorButtonItem
|
A ribbon item used to display the color picker functionality. |
TemplateItem
|
A ribbon item used to display the templated item. |
DropDownToggleButtonItem
|
A ribbon item used to display the drop down toggle button functionality. |
GalleryDropDownItem
|
A ribbon item used to display the drop-down gallery functionality. |
GalleryBarItem
|
A ribbon item used to display the gallery bar functionality. |
Remarks
Values listed by this enumeration are used in the following members:
- MVCxRibbonItemCollection.Add method overloads