Skip to main content

TcxTreeListPopupMenu.BuiltInMenu Property

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

Declaration

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