Hi Jim,
Greetings from Syncfusion Support.
Based on your query, we suspect that you need to change the Tooltip for the elements dynamically. You can achieve your requirement of dynamically changing the Tooltip using the Content property of Tooltip component as demonstrated in the below code snippet,
|
<SfTooltip HtmlAttributes="HtmlAttribute" Height="@TooltipHeight" Width="@TooltipWidth" Content="@TooltipContent" OpensOn="@OpensOn" IsSticky="@IsSticky">
<SfButton Content="Show Tooltip"></SfButton>
</SfTooltip>
|
Please let us know, if you have any concerns.
Regards,
Shalini M.