You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
381
384
}
@@ -384,6 +387,7 @@ The [IconTemplate](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.C
384
387
{
385
388
public DataTemplate CheckedIcon { get; set; }
386
389
public DataTemplate UnCheckedIcon { get; set; }
390
+
387
391
public override DataTemplate SelectTemplate(object item, DependencyObject container)
388
392
{
389
393
if (item is bool isChecked)
@@ -398,7 +402,7 @@ The [IconTemplate](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.C
398
402
399
403
{% endtabs %}
400
404
401
-

405
+

402
406
403
407
N> The [ButtonAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.ButtonAdv.html) loads the icon in the following priority order.
0 commit comments