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

RibbonItemTextOptions Interface

Declares item text options.

#Declaration

TypeScript
export interface RibbonItemTextOptions

#Properties

#displayAfterEditor Property

Specifies the text position relative to the item editor.

#Declaration

TypeScript
displayAfterEditor?: boolean

#Property Value

Type Description
boolean

true to display the text after the editor; false to display the text before the editor.

#text Property

Specifies the ribbon item text.

#Declaration

TypeScript
text?: string

#Property Value

Type Description
string

The text.