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

TcxSchedulerEventPopupMenu Class

Implements a popup menu that can be invoked for any available user event in the scheduling area.

#Declaration

Delphi
TcxSchedulerEventPopupMenu = class(
    TcxSchedulerPopupMenu
)

#Remarks

This class provides access to the popup menu items and also the user event that the popup menu was invoked for. This class exposes an interface for responding to its menu items being selected and to enable the popup menu to be customized when it’s invoked.

The TcxScheduler.EventPopupMenu property references a TcxSchedulerEventPopupMenu object.

#Inheritance

TObject
TPersistent
TcxSchedulerPopupMenu
TcxSchedulerEventPopupMenu
See Also