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 Grid
Declaration
public GridViewRowInfoComparer(SortDescriptorCollection context)
Parameters
Sort The context. |
Properties
Context
Gets the sort descriptors context.
Declaration
public SortDescriptorCollection Context { get; }
Property Value
Sort 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
Grid The x. |
Grid The y. |
Returns
System.
|
Implements
CompareRows(GridViewRowInfo, GridViewRowInfo, SortDescriptorCollection)
Compares the rows.
Declaration
public static int CompareRows(GridViewRowInfo x, GridViewRowInfo y, SortDescriptorCollection context)
Parameters
Grid The x. |
Grid The y. |
Sort The context. |
Returns
System.
|
GetBlobData(ref Object, ref Object)
Gets the BLOB data.
Declaration
public static void GetBlobData(ref object xValue, ref object yValue)
Parameters
System. The x value. |
System. The y value. |