Dear Customer,
Greetings from Syncfusion Support.
We have validated your requirement “add button next to the text of the header” and it could be possible by making use of HeaderTemplate tag within the TabItem. For more reference please check the below code snippet.
<SfTab>
<TabItems>
<TabItem Content="Twitter is an online social networking service that enables users to send and read short 140-charactermessages called tweets.Registered users can read and post tweets, but those who are unregistered can only readthem.Users access Twitter through the website interface, SMS or mobile device app Twitter Inc. is based in SanFrancisco and has more than 25 offices around the world.Twitter was created in March 2006 by Jack Dorsey,Evan Williams, Biz Stone, and Noah Glass and launched in July 2006. The service rapidly gained worldwide popularity,with more than 100 million users posting 340 million tweets a day in 2012.The service also handled 1.6 billionsearch queries per day.">
<HeaderTemplate>
<div>Twitter</div>
<SfButton>Click</SfButton>
</HeaderTemplate>
</TabItem>
</TabItems>
</SfTab> |
For the same, we have prepared the sample which can be download from the below link,
Kindly check the above sample and get back to us If you need any further assistance.
Regards,
Vengatesh