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

Add property "AutoSetStyleBasedOnDayState" to DayView #133

Closed ME-MarvinE closed 1 year ago

ME-MarvinE commented 1 year ago

If true, automatically sets the DayView 's Style to the style matching the current DayState. Otherwise, does nothing.

This is useful for when the developer wants to manually set/manage the DayView's Style.