Skip to main content

TcxCustomScheduler.OnShowDateHint Event

Allows you to customize hint visibility and display text.

Declaration

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