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

TcxPopupMenuLayout.CustomMenuItemGlyph Property

Specifies the glyph image of an additional popup menu item.

#Declaration

Delphi
property CustomMenuItemGlyph: TBitmap read; write;

#Property Value

Type
TBitmap

#Remarks

Use the CustomMenuItemGlyph property to specify the glyph of an additional popup menu item. If this property value is not specified, the appropriate popup menu item is represented by the text string defined via the CustomMenuItemCaption property.

See Also