ClassTooltipTemplateContext
Class
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