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 1cf200d commit 41f547aCopy full SHA for 41f547a
Samples/NewButton/MainWindow.xaml
@@ -30,8 +30,8 @@
30
Name="tabControlExt">
31
32
<!--Custom UI for the NewButton -->
33
- <syncfusion:TabControlExt.NewButtonTemplate>
34
- <ControlTemplate>
+ <syncfusion:TabControlExt.NewTabButtonTemplate>
+ <DataTemplate>
35
<Button Background="{Binding NewButtonBackground}"
36
Content=" + ">
37
<i:Interaction.Triggers>
@@ -41,8 +41,8 @@
41
</i:EventTrigger>
42
</i:Interaction.Triggers>
43
</Button>
44
- </ControlTemplate>
45
- </syncfusion:TabControlExt.NewButtonTemplate>
+ </DataTemplate>
+ </syncfusion:TabControlExt.NewTabButtonTemplate>
46
47
<!--Binding the header text for the Tab item-->
48
<syncfusion:TabControlExt.ItemContainerStyle>
@@ -136,4 +136,4 @@
136
</GroupBox>
137
</Grid>
138
</Window>
139
-
+
0 commit comments