ComponentOne Scheduler for WPF and Silverlight
Appointments Property (VisualInterval)

C1.WPF.Schedule Namespace > VisualInterval Class : Appointments Property
Gets a collection of IntervalAppointment objects representing appointments whose time range is intersected with the time range of this VisualInterval.
Syntax
'Declaration
 
Public ReadOnly Property Appointments As IntervalAppointmentCollection
public IntervalAppointmentCollection Appointments {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

Reference

VisualInterval Class
VisualInterval Members