MonthCalendarAppointments Property

Gets or sets the collection of Appointments.

Definition

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

Property Value

AppointmentsCollection

Remarks

Appointments are automatically highlighted in the MonthCalendar.

See Also