Back to Devexpress

RibbonItemTextOptions Interface

aspnetcore-js-devexpress-dot-richedit-4c397198.md

latest646 B
Original Source

RibbonItemTextOptions Interface

Declares item text options.

Declaration

ts
export interface RibbonItemTextOptions

Properties

displayAfterEditor Property

Specifies the text position relative to the item editor.

Declaration

ts
displayAfterEditor?: boolean

Property Value

TypeDescription
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

ts
text?: string

Property Value

TypeDescription
string

The text.

|