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

TcxTreeListCustomPopupMenu.PopupMenu Property

Specifies a TComponent descendant that is used as a custom context menu.

#Declaration

Delphi
property PopupMenu: TComponent read; write;

#Property Value

Type
TComponent

#Remarks

You can assign any TMenu descendant to this property. In TcxTreeListCustomPopupMenu descendants, the specified menu is used as an option for the built-in context menu, if it’s disabled via the UseBuiltInMenu property.

See Also