A plugin for .NET providing an API for representing a calendar along with fully customisable calendar controls for Xamarin Forms and .NET MAUI
300
stars
36
forks
source link
Change property "Days" type from "ObservableCollection" to "ObservableRangeCollection #175
Closed
ME-MarvinE closed 10 months ago
It's more consistent with other collection types in the
Calendar
class.