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

TcxSchedulerTimeRulerPopupMenu.OnClick Event

In This Article

Fires after the user has clicked the AItem pop-up menu item.

#Declaration

Delphi
property OnClick: TcxSchedulerTimeRulerPopupMenuClickEvent read; write;

#Remarks

Handles this event to provide custom behavior (for example, displaying a submenu) when an end-user has clicked the menu item.

The Sender parameter specifies the pop-up menu invoked.

The AItem parameter specifies the item clicked.

The AHandled parameter specifies whether default operations are required when the event handler exits. Assign the AHandled parameter a value of True to avoid executing the default behavior.

See Also