TcxSchedulerEventModernStyleHintInfo.Reminder Field
Specifies the user event‘s reminder time-out displayed in a callout popup hint.
Declaration
Reminder: string
Field Value
Type | Description |
---|---|
string | A user event‘s reminder time-out. |
Remarks
The Reminder field is initialized to a string created from the user event’s ReminderMinutesBeforeStart property value.
You can assign a string to the AInfo.Reminder field in a scheduler control’s OnGetEventModernStyleHintInfo event handler to show custom text instead of the user event’s reminder time-out in minutes in the visible callout pop-up hint.
Note
You can set the ShowReminder field to False to remove information on the event’s reminder time-out from the callout pop-up hint.
If the user event’s Reminder property value is False, the Reminder field is initialized to the scxModernStyleHintReminderNone resource string.
See Also