This question is locked. New answers and comments are not allowed.
Is there an equivalent to:
presenter.Style.DayNameTextEffect = TKCalendarTextEffect.Uppercase;in Android?
I am already using a renderer to style Android cells successfully, but I did not see any way to get the Text of the DayName so I could do a simple
.ToUpper()on it.
Thanks.