Class
GridViewSearchRowInfo.TraverserIndexComparer

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

GridSearchResultCellInfo

The first GridSearchResultCellInfo to compare.

y

GridSearchResultCellInfo

The second GridSearchResultCellInfo to compare.

Returns

int

A 32-bit signed integer that indicates the relative order of the comparands.