Class GridViewRowInfoComparer
Represents a comparer for the grid rows
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewRowInfoComparer : IComparer<GridViewRowInfo>
Constructors
GridViewRowInfoComparer(SortDescriptorCollection)
Initializes a new instance of the GridViewRowInfoComparer class.
Declaration
public GridViewRowInfoComparer(SortDescriptorCollection context)
Parameters
SortDescriptorCollection
context
The context. |
Properties
Context
Gets the sort descriptors context.
Declaration
public SortDescriptorCollection Context { get; }
Property Value
SortDescriptorCollection
The sort descriptors context. |
Methods
Compare(GridViewRowInfo, GridViewRowInfo)
Compares the specified x and y rows.
Declaration
public virtual int Compare(GridViewRowInfo x, GridViewRowInfo y)
Parameters
GridViewRowInfo
x
The x. |
GridViewRowInfo
y
The y. |
Returns
System.Int32
|
Implements
CompareRows(GridViewRowInfo, GridViewRowInfo, SortDescriptorCollection)
Compares the rows.
Declaration
public static int CompareRows(GridViewRowInfo x, GridViewRowInfo y, SortDescriptorCollection context)
Parameters
GridViewRowInfo
x
The x. |
GridViewRowInfo
y
The y. |
SortDescriptorCollection
context
The context. |
Returns
System.Int32
|
GetBlobData(ref Object, ref Object)
Gets the BLOB data.
Declaration
public static void GetBlobData(ref object xValue, ref object yValue)
Parameters
System.Object
xValue
The x value. |
System.Object
yValue
The y value. |