Try our conversational search powered by Generative AI!

Class Calendar.EventSorter

Inheritance
System.Object
Calendar.EventSorter
Implements
System.Collections.Generic.IComparer<PageData>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Web.WebControls.dll
Version: 11.20.7
Syntax
protected class EventSorter : IComparer<PageData>

Constructors

EventSorter()

Declaration
public EventSorter()

Methods

Compare(PageData, PageData)

Declaration
public int Compare(PageData xPage, PageData yPage)
Parameters
Type Name Description
PageData xPage
PageData yPage
Returns
Type Description
System.Int32

Filter(Object, FilterEventArgs)

Declaration
public void Filter(object sender, FilterEventArgs e)
Parameters
Type Name Description
System.Object sender
FilterEventArgs e

Implements

System.Collections.Generic.IComparer<T>

Extension Methods