C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / AppointmentList Class
Members

AppointmentList Class
The AppointmentList is a sortable collection of Appointment objects.
Object Model
AppointmentList Class
Syntax
'Declaration
 
Public Class AppointmentList 
   Inherits System.Collections.ObjectModel.Collection(Of Appointment)
 
Remarks
The AppointmentList is not guaranteed to be sorted. You must sort the AppointmentList before performing operations that require the AppointmentList to be sorted.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.C1Schedule.AppointmentList

See Also