Gets a collection of IntervalAppointment objects representing appointments whose time range is intersected with the time range of this VisualInterval.

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

Syntax

C#
public IntervalAppointmentCollection Appointments { get; }
Visual Basic (Declaration)
Public ReadOnly Property Appointments As IntervalAppointmentCollection
	Get

Remarks

This collection provides active notifications when a set of appointments intersecting with this VisualInterval is changed, so you can safely bind UI elements to it in XAML.

See Also