MVCxRibbonItemType Enum
Lists values that specify the Ribbon item type.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Members
Name | Description |
---|---|
Text
|
A ribbon item used to display the text box functionality. |
Spin
|
A ribbon item used to display the spin editor functionality. |
Date
|
A ribbon item used to display the date editor functionality. |
Combo
|
A ribbon item used to display the combo box functionality. |
Check
|
A ribbon item used to display the check box functionality. |
Button
|
A ribbon item used to display the button functionality. |
Drop
|
A ribbon item used to display the drop down editor functionality. |
Toggle
|
A ribbon item used to display the toggle button functionality. |
Option
|
A ribbon item used to display the option button functionality. |
Color
|
A ribbon item used to display the color picker functionality. |
Template
|
A ribbon item used to display the templated item. |
Drop
|
A ribbon item used to display the drop down toggle button functionality. |
Gallery
|
A ribbon item used to display the drop-down gallery functionality. |
Gallery
|
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