Back to Devexpress

MVCxRibbonItemType Enum

aspnetmvc-devexpress-dot-web-dot-mvc-55190e70.md

latest2.2 KB
Original Source

MVCxRibbonItemType Enum

Lists values that specify the Ribbon item type.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public enum MVCxRibbonItemType
vb
Public Enum MVCxRibbonItemType

Members

NameDescription
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:

See Also

Ribbon

DevExpress.Web.Mvc Namespace