MonthCalendarHolidays Property

Gets or sets the DateTimeCollection representing holidays.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public DateTimeCollection Holidays { get; }

Property Value

DateTimeCollection

Remarks

Holidays are automatically highlighted by MonthCalendar.

See Also