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