The type of the context of the Tooltip component Template.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TooltipTemplateContext
Inheritance: objectTooltipTemplateContext
Constructors
C#
public TooltipTemplateContext()
Properties
A collection of the data-* attributes of the target HTML elements. Lowercase.
C#
public Dictionary<string, string> DataAttributes { get; set; }