Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewSearchRowInfo.TraverserIndexComparer
Inheritance: objectGridViewSearchRowInfo.TraverserIndexComparer
Constructors
C#
public TraverserIndexComparer()
Methods
Compares two GridSearchResultCellInfo instances based on their traverser row and column indices.
C#
public int Compare(GridSearchResultCellInfo x, GridSearchResultCellInfo y)
The first GridSearchResultCellInfo to compare.
yGridSearchResultCellInfoThe second GridSearchResultCellInfo to compare.
Returns:A 32-bit signed integer that indicates the relative order of the comparands.