Back to Devexpress

RibbonColorBoxItemOptions Interface

aspnetcore-js-devexpress-dot-richedit-5f84cdd3.md

latest1.4 KB
Original Source

RibbonColorBoxItemOptions Interface

Declares ribbon color box item settings.

Declaration

ts
export interface RibbonColorBoxItemOptions

Properties

beginGroup Property

Specifies whether an item separator should be displayed before the current item.

Declaration

ts
beginGroup?: boolean

Property Value

TypeDescription
boolean

true to display a separator before the item; otherwise, false.

|

localizationId Property

Specifies an identifier that allows you to localize the item’s text.

Declaration

ts
localizationId?: string

Property Value

TypeDescription
string

The item’s localization identifier.

|

Remarks

If the text property is specified, the item is not localized.

See Also

Angular Application - Custom Localization Strings

textOptions Property

Specifies options of the text displayed next to the item.

Declaration

ts
textOptions?: RibbonItemTextOptions

Property Value

TypeDescription
RibbonItemTextOptions

An object that contains text options.

|