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

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; }

The title attribute of the target HTML element.

C#
public string Title { get; set; }