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

RibbonSubMenuItemOptions Interface

Declares ribbon sub-menu item settings.

#Declaration

TypeScript
export interface RibbonSubMenuItemOptions

#Properties

#beginGroup Property

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

#Declaration

TypeScript
beginGroup?: boolean

#Property Value

Type Description
boolean

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

#icon Property

Specifies the item icon’s identifier.

#Declaration

TypeScript
icon?: string

#Property Value

Type Description
string

An icon identifier.

#Remarks

Refer to the following help topic to view the full list of available icons and their identifiers: Built-In Icon Library.

#localizationId Property

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

#Declaration

TypeScript
localizationId?: string

#Property Value

Type Description
string

The item’s localization identifier.

#Remarks

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

See Also