We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4f3c0 commit 179c894Copy full SHA for 179c894
src/MainDemo.Wpf/Tabs.xaml
@@ -732,7 +732,7 @@
732
<DataTemplate>
733
<StackPanel Orientation="Horizontal">
734
<TextBlock Text="{Binding CustomHeader}" />
735
- <Button Command="{Binding CloseCommand}" CommandParameter="{Binding .}">
+ <Button Command="{Binding CloseCommand}" CommandParameter="{Binding}">
736
<Button.Template>
737
<ControlTemplate>
738
<materialDesign:PackIcon Kind="Close"
0 commit comments