aspnetcore-js-devexpress-dot-richedit-4dab6c6f.md
Declares ribbon menu item settings.
export interface RibbonMenuItemOptions
Specifies whether an item separator should be displayed before the current item.
beginGroup?: boolean
| Type | Description |
|---|---|
| boolean |
true to display a separator before the item; otherwise, false.
|
Specifies the item icon’s identifier.
icon?: string
| Type | Description |
|---|---|
| string |
An icon identifier.
|
Refer to the following help topic to view the full list of available icons and their identifiers: Built-In Icon Library.
Specifies an identifier that allows you to localize the item’s text.
localizationId?: string
| Type | Description |
|---|---|
| string |
The item’s localization identifier.
|
If the text property is specified, the item is not localized.
See Also
Angular Application - Custom Localization Strings
Specifies the item’s text visibility.
showText?: boolean
| Type | Description |
|---|---|
| boolean |
true to display the item's text; otherwise, false.
|