Hi Mohana Priya,
Thank you for your interest in Syncfusion products.
Based on the provided information, we have checked your requirement of setting style to the Schedule ViewHeader in Xamarin forms and it can be achieved by ViewHeaderStyle property in Schedule. You can modify the ViewHeader properties as per your requirement, please refer the below code example,
[c#]
ViewHeaderStyle viewheaderStyle = new ViewHeaderStyle(); viewheaderStyle.DayTextStyle = Font.SystemFontOfSize(15).WithAttributes(FontAttributes.Bold); viewheaderStyle.DateTextStyle = Font.SystemFontOfSize(15).WithAttributes(FontAttributes.Bold); schedule.ViewHeaderStyle = viewheaderStyle;
|
If the given solution also doesn’t meet your requirement, could you please revert to us with more information about your requirement? It will be helpful for us to analyze on your it and provide you a better solution.
Regards,
Subburaj Pandian V.