aspnetcore-js-devexpress-dot-richedit-d0bb7d21.md
Declares ribbon sub-menu item settings.
export interface RibbonSubMenuItemOptions
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