ME-MarvinE / XCalendar

A plugin for .NET providing an API for representing a calendar along with fully customisable calendar controls for Xamarin Forms and .NET MAUI
MIT License
300 stars 36 forks source link

Change property "Days" type from "ObservableCollection" to "ObservableRangeCollection #175

Closed ME-MarvinE closed 10 months ago

ME-MarvinE commented 10 months ago

It's more consistent with other collection types in the Calendar class.