Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonItemType Enum

In This Article

Lists ribbon item types.

#Declaration

TypeScript
export enum RibbonItemType {
    Button = 0,
    SelectBox = 1,
    Menu = 2,
    NumberBox = 3,
    ColorBox = 4,
    SubMenu = 5
}

#Members

Name Description
Button

Identifies the Button command item type.

ColorBox

Identifies the ColorBox command item type.

Menu

Identifies the Menu command item type.

NumberBox

Identifies the NumberBox command item type.

SelectBox

Identifies the Select Box command item type.

SubMenu

Identifies the Sub Menu command item type.