Back to Devexpress

RibbonItemType Enum

aspnetcore-js-devexpress-dot-richedit-f4f490f1.md

latest657 B
Original Source

RibbonItemType Enum

Lists ribbon item types.

Declaration

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

Members

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

|