<SfToast ID="tChartToast" @ref="tChartToast" Width="230px" ExtendedTimeout="0" Timeout="@templateToastTimeout" >
<ToastPosition X="Center" Y="Bottom"></ToastPosition>
<ToastTemplates>
<Template >
<div style="width:100%; height:100%">
<Components.Unified.TChart @ref="tChart"></Components.Unified.TChart>
</div>
</Template>
</ToastTemplates>
</SfToast>
Hello dear support. I would like to reference an object in the template, which have to be always ready to work with. Is there a way to achive this ?
( since tChart at the moment shows NULL )