Gets or sets the Comparison<(Of <(<'T>)>)> delegate which is used by
the C1Scheduler control to sort appointments.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public Comparison<Appointment> AppointmentComparison { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public Property AppointmentComparison As Comparison(Of Appointment) Get Set |