Class MonthViewEventsComparer
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class MonthViewEventsComparer : IComparer<AppointmentElement>
Constructors
MonthViewEventsComparer(RadScheduler)
Initializes a new instance of the DateTimeComparer class.
Declaration
public MonthViewEventsComparer(RadScheduler scheduler)
Parameters
RadScheduler
scheduler
|
Methods
Compare(AppointmentElement, AppointmentElement)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Declaration
public int Compare(AppointmentElement x, AppointmentElement y)
Parameters
AppointmentElement
x
The first object to compare. |
AppointmentElement
y
The second object to compare. |
Returns
System.Int32
Value Condition Less than zero |