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.BuiltInMenu Property

Provides access to the built-in menu associated with the current context menu.

#Declaration

Delphi
property BuiltInMenu: TcxTreeListCustomBuiltInMenu read;

#Property Value

Type
TcxTreeListCustomBuiltInMenu

#Remarks

This property is initialized if the following conditions are met:

  • The UseBuiltInMenu property is set to True.

  • The built-in context menu is invoked.

Otherwise, the BuiltInMenu property returns nil.

Handle the OnPopup and OnClick events to customize the built-in context menu, and respond to clicks on its items.

See Also