<tabview:SfTabItem IconFont="A" FontIconFontFamily="{StaticResource fonts}" FontIconFontColor="#FF00AFF0" TitleFontColor="#FF00AFF0"> <tabview:SfTabItem.Content> |
new SfTabItem()
{
Content = allContactsGrid,
Title = "Tab1",
IconFont = "\uE701",
FontIconFontFamily = "Text Edit.ttf#Text Edit",
FontIconFontColor = Color.Red,
}, |
Hi Khar,
Thanks for your patience.
We have analyzed your query and checked the reported issue of “TabView header Icon font does not work for PUA code”. To resolve the reported issue , you can set PUA code as like below code snippet.
C#:
new SfTabItem(){Content = allContactsGrid,Title = "Tab1",IconFont = "\uE701",FontIconFontFamily = "Text Edit.ttf#Text Edit",FontIconFontColor = Color.Red,},
We have created sample based on your requirement, please find the sample from below location
Sample link:
https://www.syncfusion.com/downloads/support/directtrac/general/ze/TabViewSample1470687033.zip
Please let us know if you have any other queries.
Regards,
Sakthivel P.