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

TcxSchedulerGetEventModernStyleHintInfo Type

The scheduler control’s OnGetEventModernStyleHintInfo event procedural type.

#Declaration

Delphi
TcxSchedulerGetEventModernStyleHintInfo = procedure(Sender: TObject; AEvent: TcxSchedulerControlEvent; AInfo: TcxSchedulerEventModernStyleHintInfo) of object;

#Parameters

Name Type
Sender TObject
AEvent TcxSchedulerControlEvent
AInfo TcxSchedulerEventModernStyleHintInfo

#Remarks

Use the Sender and AEvent parameters to access the Scheduler control and the user event that raised the TcxSchedulerGetEventModernStyleHintInfo event.

The AInfo parameter allows you to hide callout popup hints for all or certain events as well as customize the information that these hints display. Refer to the TcxSchedulerEventModernStyleHintInfo class description for detailed information on all available customization options.

See Also