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

TcxTreeListPopupMenu.UserImages Property

Specifies images for custom items added to the built-in context menu.

#Declaration

Delphi
property UserImages: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

Use this property to provide images for menu items added, via the CreateMenuItem function, to the built-in context menu. To associate a menu item with an image from the UserImages property, pass the image’s index via the AImageIndex parameter of the CreateMenuItem function.

See Also