New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:xGridSearchResultCellInfo

The first GridSearchResultCellInfo to compare.

yGridSearchResultCellInfo

The second GridSearchResultCellInfo to compare.

Returns:

int

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