Esempio n. 1
0
            public override TKCalendarCell ViewForCellOfKind(TKCalendar calendar, TKCalendarCellType cellType)
            {
                if (cellType == TKCalendarCellType.Day) {
                    return new CustomCell ();
                }

                return null;
            }
            public override TKCalendarCell ViewForCellOfKind(TKCalendar calendar, TKCalendarCellType cellType)
            {
                if (cellType == TKCalendarCellType.Day)
                {
                    return(new CustomCell());
                }

                return(null);
            }