aspnetmvc-devexpress-dot-web-dot-mvc-55190e70.md
Lists values that specify the Ribbon item type.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public enum MVCxRibbonItemType
Public Enum MVCxRibbonItemType
| 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.
|
Values listed by this enumeration are used in the following members:
See Also