Represents a read-only collection of C1MonthCalendar objects.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class MonthCalendarCollection : ReadOnlyObservableCollection<C1MonthCalendar>
Visual Basic (Declaration)
Public Class MonthCalendarCollection _
	Inherits ReadOnlyObservableCollection(Of C1MonthCalendar)

Inheritance Hierarchy

See Also