Class GridViewRowInfoEventComparer
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: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewRowInfoEventComparer : GridViewRowInfoComparer, IComparer<GridViewRowInfo>
Constructors
GridViewRowInfoEventComparer(SortDescriptorCollection)
Initializes a new instance of the GridViewRowInfoEventComparer class.
Declaration
public GridViewRowInfoEventComparer(SortDescriptorCollection context)
Parameters
SortDescriptorCollection
context
The context. |
Methods
Compare(GridViewRowInfo, GridViewRowInfo)
Compares the specified x and y rows.
Declaration
public override int Compare(GridViewRowInfo x, GridViewRowInfo y)
Parameters
GridViewRowInfo
x
The x. |
GridViewRowInfo
y
The y. |
Returns
System.Int32
|