Class MapMarkerTooltipTemplateContext
The tooltip template context.
Inheritance
System.Object
MapMarkerTooltipTemplateContext
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class MapMarkerTooltipTemplateContext : Object
Constructors
MapMarkerTooltipTemplateContext()
Declaration
public MapMarkerTooltipTemplateContext()
Properties
DataItem
The marker data item.
Declaration
public object DataItem { get; set; }
Property Value
System.Object
|