<syncfusion:SfCalendar x:Name="calendar" SelectionMode="MultiRangeSelection" Unfocused="calendar_Unfocused" ViewMode="MonthView"
SelectionChanged="calendar_SelectionChanged" ShowLeadingAndTrailingDays="True" BackgroundColor="#F6f6f6">
<syncfusion:SfCalendar.HeaderView>
<Grid HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand" ColumnSpacing="0" BackgroundColor="#F6f6f6">
<Grid.GestureRecognizers>
<TapGestureRecognizer Tapped="ShowYearView_Tapped"/>
</Grid.GestureRecognizers>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<!--Left Arrow-->
<Grid Grid.Column="0" HorizontalOptions="EndAndExpand" VerticalOptions="FillAndExpand" HeightRequest="35" WidthRequest="35">
<Grid.GestureRecognizers>
<TapGestureRecognizer Tapped="DecreaseMonth_Tapped"/>
</Grid.GestureRecognizers>
<Image Source="left.png" HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand"/>
</Grid>
<!--Month and Year Name-->
<Label Grid.Column="1" Text="{Binding CalendarDate}" HorizontalTextAlignment="Center" VerticalTextAlignment="Center" FontSize="18"
FontFamily="{StaticResource PoppinsSemiBold}" TextColor="{StaticResource AppTextBlackColor}" HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand" />
<Grid Grid.Column="2" HorizontalOptions="StartAndExpand" VerticalOptions="FillAndExpand" HeightRequest="35" WidthRequest="35">
<Grid.GestureRecognizers>
<TapGestureRecognizer Tapped="IncreaseMonth_Tapped"/>
</Grid.GestureRecognizers>
<Image Source="rightCal.png" HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand"/>
</Grid>
</Grid>
</syncfusion:SfCalendar.HeaderView>
<syncfusion:SfCalendar.MonthViewSettings>
<syncfusion:MonthViewSettings CurrentMonthBackgroundColor="#800080" CurrentMonthTextColor="#ffffff" PreviousMonthBackgroundColor="#9895F0"
PreviousMonthTextColor="#000000" DateSelectionColor="Yellow" SelectedDayTextColor="Red" DayHeaderFormat="EEEEE" DayFontSize="12"
DayHeaderFontSize="14" DayHeaderBackgroundColor="#F6F6F6" SelectionRadius="15" TodaySelectionTextColor="Black" TodaySelectionBackgroundColor="Green"
DayHeaderTextColor="Black" HeaderBackgroundColor="Pink" HeaderFontAttributes="Italic" HeaderFontSize="16" WeekEndTextColor="#fe4a49"
WeekEndBackgroundColor="#2ab7ca" CellGridOptions="None">
<syncfusion:MonthViewSettings.HeaderFontFamily>
<OnPlatform x:TypeArguments="x:String" iOS="Poppins-Regular" Android="Poppins-Regular.ttf" WinPhone="Assets/Poppins-Regular.ttf#Poppins" />
</syncfusion:MonthViewSettings.HeaderFontFamily>
<syncfusion:MonthViewSettings.DayHeaderFontFamily>
<OnPlatform x:TypeArguments="x:String" iOS="Poppins-Regular" Android="Poppins-Regular.ttf" WinPhone="Assets/Poppins-Regular.ttf#Poppins" />
</syncfusion:MonthViewSettings.DayHeaderFontFamily>
<syncfusion:MonthViewSettings.DayCellFontFamily>
<OnPlatform x:TypeArguments="x:String" iOS="Poppins-Regular" Android="Poppins-Regular.ttf" WinPhone="Assets/Poppins-Regular.ttf#Poppins" />
</syncfusion:MonthViewSettings.DayCellFontFamily>
</syncfusion:MonthViewSettings>
</syncfusion:SfCalendar.MonthViewSettings>
</syncfusion:SfCalendar>
MonthView setting is not at all changing a single color. I have tried a lot. but none of the colors work.Please help
Attachment:
screen_994b18af.zip