Class
TooltipTemplateContext

The type of the context of the Tooltip component Template.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TooltipTemplateContext

Inheritance: objectTooltipTemplateContext

Constructors

TooltipTemplateContext()

Declaration

cs-api-definition
public TooltipTemplateContext()

Properties

DataAttributes

A collection of the data-* attributes of the target HTML elements. Lowercase.

Declaration

cs-api-definition
public Dictionary<string, string> DataAttributes { get; set; }

Property Value

Dictionary<string, string>

Title

The title attribute of the target HTML element.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string