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 Class

The pop-up menu which can be invoked for time rulers in the scheduling area.

#Declaration

Delphi
TcxSchedulerTimeRulerPopupMenu = class(
    TcxSchedulerCustomContentPopupMenu
)

#Remarks

This class provides features for embedding custom code to handle pop-up menu items being selected and enabling customization of the pop-up menu when it’s being invoked. The Day View’s TimeRulerPopupMenu property references a TcxSchedulerTimeRulerPopupMenu object.

The following image shows the pop-up menu invoked for the time ruler:

See Also