Class TooltipTemplateContext
The type of the context of the Tooltip component Template.
Inheritance
System.Object
TooltipTemplateContext
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TooltipTemplateContext : Object
Constructors
TooltipTemplateContext()
Declaration
public TooltipTemplateContext()
Properties
DataAttributes
A collection of the data-* attributes of the target HTML elements. Lowercase.
Declaration
public Dictionary<string, string> DataAttributes { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>
|
Title
The title attribute of the target HTML element.
Declaration
public string Title { get; set; }
Property Value
System.String
|