New to Telerik UI for BlazorStart a free 30-day trial

Context object that provides data and properties for map marker tooltip template rendering. Contains the marker's associated data item for creating custom tooltip content that displays relevant information when users hover over markers.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class MapMarkerTooltipTemplateContext

Inheritance: objectMapMarkerTooltipTemplateContext

Constructors

C#
public MapMarkerTooltipTemplateContext()

Properties

The data object bound to the marker from the original data source. Use this to access marker-specific properties and values for displaying relevant information in the tooltip template.

C#
public object DataItem { get; set; }