Skip to main content

TcxSchedulerEventModernStyleHintInfo.Location Field

Specifies the user event‘s location displayed within a callout popup hint.

Declaration

Location: string

Field Value

Type Description
string

A user event‘s location.

Remarks

The Location field is initialized to the user event’s Location property value.

You can assign a string to the AInfo.Location field in a scheduler control’s OnGetEventModernStyleHintInfo event handler to show custom text instead of the user event’s location in the visible callout popup hint.

Note

You can set the ShowLocation field to False to remove information on the event’s location from the callout pop-up hint.

See Also