Skip to content

Commit 5fc5a83

Browse files
committed
Updated
1 parent 4d508f2 commit 5fc5a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpf/Button/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ The [IconTemplate](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.C
349349
<Grid>
350350
<StackPanel VerticalAlignment="Center">
351351
<CheckBox Name="Check" IsChecked="{Binding IsChecked,Mode=TwoWay}" HorizontalAlignment="Center" Content="ChangeIcon"/>
352-
<syncfusion:ButtonAdv x:Name="button" HorizontalAlignment="Center" Margin="10" Content="{Binding IsChecked}" Label="IconTemplateSelector" IconTemplateSelector="{StaticResource IconTemp}" DataContext="{Binding IsChecked}"/>
352+
<syncfusion:ButtonAdv x:Name="button" HorizontalAlignment="Center" Margin="10" Label="IconTemplateSelector" IconTemplateSelector="{StaticResource IconTemp}" DataContext="{Binding IsChecked}"/>
353353
</StackPanel>
354354
</Grid>
355355
</Window>

0 commit comments

Comments
 (0)