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

RibbonTabType Enum

In This Article

Lists ribbon tabs.

#Declaration

TypeScript
export enum RibbonTabType {
    File = 0,
    Home = 1,
    Insert = 2,
    PageLayout = 3,
    References = 4,
    MailMerge = 5,
    View = 6,
    HeadersFooters = 7,
    TableDesign = 8,
    TableLayout = 9,
    FloatingObjectsFormat = 10
}

#Members

Name Description
File

Identifies the File tab.

FloatingObjectsFormat

Identifies the Floating Objects Format tab.

HeadersFooters

Identifies the Headers Footers tab.

Home

Identifies the Home tab.

Insert

Identifies the Insert tab.

MailMerge

Identifies the Mail Merge tab.

PageLayout

Identifies the Page Layout tab.

References

Identifies the References tab.

TableDesign

Identifies the Table Design tab.

TableLayout

Identifies the Table Layout tab.

View

Identifies the View tab.