Class BoundsComparer
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class BoundsComparer : IComparer<AppointmentElement>
Constructors
BoundsComparer(Boolean)
Initializes a new instance of the Bounds
Declaration
public BoundsComparer(bool descending)
Parameters
System. if set to |
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
Appointment The first object to compare. |
Appointment The second object to compare. |
Returns
System. Value Condition Less than zero |