TcxSchedulerEventModernStyleHintInfo.Start Field
Specifies the user event‘s start time (as a text string) displayed within a callout popup hint.
Declaration
Start: string
Field Value
Type | Description |
---|---|
string | A user event‘s start time. |
Remarks
The Start field is initialized to a string created from the user event’s Start property value. The field value depends on the system locale.
You can assign a string to the AInfo.Start field in a scheduler control’s OnGetEventModernStyleHintInfo event handler to show custom text instead of the user event’s start time in the visible callout popup hint.
Note
You can set the ShowStart field to False to remove the event’s start time from the callout popup hint.
See Also