Back to Devexpress

TcxSchedulerGetEventModernStyleHintInfo Type

vcl-cxschedulercustomcontrols-c830391f.md

latest1.4 KB
Original Source

TcxSchedulerGetEventModernStyleHintInfo Type

The scheduler control’s OnGetEventModernStyleHintInfo event procedural type.

Declaration

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

Parameters

NameType
SenderTObject
AEventTcxSchedulerControlEvent
AInfoTcxSchedulerEventModernStyleHintInfo

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

cxSchedulerCustomControls Unit