Skip to content

Commit 8f02b23

Browse files
996026 - Changing the topic
1 parent bec36bc commit 8f02b23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

MAUI/Calendar/customizations.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ this.calendar.MonthView.SpecialDayPredicate = (date) =>
163163
>**NOTE**
164164
* The Background color and text style will be applied based on the following order: selectableDayPredicate dates, special dates, disable dates, today date, weekend dates, trailingLeading dates, and normal dates.
165165

166-
* **Special day predicate On Demand** - The on-demand refresh feature allows the `SfCalendar` to dynamically update special dates after new data is fetched. You can explicitly trigger a refresh to re-invoke the [SpecialDayPredicate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.CalendarMonthView.html#Syncfusion_Maui_Calendar_CalendarMonthView_SpecialDayPredicate), ensuring that visual indicators such as icons, text styles, and backgrounds reflect the latest metadata only after the update. The new [UpdateSpecialDayPredicate]https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.CalendarMonthView.html#Syncfusion_Maui_Calendar_UpdateSpecialDayPredicate) provides a direct way to force this re-evaluation, guaranteeing that special-day indicators display the most recent data after a refresh.
166+
* **UpdateSpecialDayPredicate** - The UpdateSpecialDayPredicate feature allows the `SfCalendar` to dynamically update special dates after new data is fetched. You can explicitly trigger a refresh to re-invoke the [SpecialDayPredicate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.CalendarMonthView.html#Syncfusion_Maui_Calendar_CalendarMonthView_SpecialDayPredicate), ensuring that visual indicators such as icons, text styles, and backgrounds reflect the latest metadata only after the update. The new [UpdateSpecialDayPredicate]https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.CalendarMonthView.html#Syncfusion_Maui_Calendar_UpdateSpecialDayPredicate) provides a direct way to force this re-evaluation, guaranteeing that special-day indicators display the most recent data after a refresh.
167167

168168
{% tabs %}
169169
{% highlight xaml tabtitle="MainPage.xaml" %}
@@ -239,8 +239,6 @@ public class MainPage : ContentPage
239239
{% endhighlight %}
240240
{% endtabs %}
241241

242-
![Special day iOn Demand con in .NET MAUI Calendar.](images/customization/net-maui-special_day_predicate_ondemand.png)
243-
244242
## Year cell customization
245243
You can customize the calendar `year`, `decade`, and `century` views by using the `YearView` property of `SfCalendar`.
246244

0 commit comments

Comments
 (0)