Xamarin Pack Programmer's Guide
Calendar.DayStyles Property
See Also
 






Gets a collection of DateStyle objects that allow customizing the appearance of specific days in the calendar.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public List<DateStyle> DayStyles { get; }

Visual Basic  Copy Code

Public ReadOnly Property DayStyles As List(Of DateStyle)

 Property Value

A list of DateStyle objects.

 Remarks

Use this collection to assign a distinct style to a day or a range of days, overriding the default style of the current view. If there are several styles defined for the same day, the one with highest Priority is used.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace
DayOfWeekStyles Property
MonthStyles Property