Class
MapMarkerTooltipTemplateContext

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:

cs-api-definition
public class MapMarkerTooltipTemplateContext

Inheritance: objectMapMarkerTooltipTemplateContext

Constructors

MapMarkerTooltipTemplateContext()

Declaration

cs-api-definition
public MapMarkerTooltipTemplateContext()

Properties

DataItem

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.

Declaration

cs-api-definition
public object DataItem { get; set; }

Property Value

object