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

TcxCustomScheduler.OnShowDateHint Event

In This Article

Allows you to customize hint visibility and display text.

#Declaration

Delphi
property OnShowDateHint: TcxSchedulerShowDateHintEvent read; write;

#Remarks

Fires when the mouse pointer is over the Date Navigator‘s date or a day header displayed in the View.

Sender specifies the scheduler control.

ADate specifies the hot-tracked date.

AHintText specifies the hint text.

AAllow specifies whether the hint is visible on-screen. Set AAllow to True, to display the hint.

See Also