Click or drag to resize
CalendarViewCollectionSort Method (IComparer)
Sorts the elements in the entire CalendarViewCollection using the specified IComparer interface.

Namespace: Kettic.AspNet.Controls.Calendar.Collections
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual void Sort(
	IComparer itemComparer
)

Parameters

itemComparer
Type: System.CollectionsIComparer

The IComparer implementation to use when comparing elements.

-or-

A null reference to use the IComparable implementation of each element.

Exceptions
ExceptionCondition
NotSupportedException
Remarks
Please refer to Sort(IComparer) for details.
See Also