Class GridViewSearchRowInfo.TraverserIndexComparer
Inheritance
System.Object
GridViewSearchRowInfo.TraverserIndexComparer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class TraverserIndexComparer : IComparer<GridSearchResultCellInfo>
Constructors
TraverserIndexComparer()
Declaration
public TraverserIndexComparer()
Methods
Compare(GridSearchResultCellInfo, GridSearchResultCellInfo)
Compares the specified x and y GridSearchResultCellInfo.
Declaration
public int Compare(GridSearchResultCellInfo x, GridSearchResultCellInfo y)
Parameters
GridSearchResultCellInfo
x
The x. |
GridSearchResultCellInfo
y
The y. |
Returns
System.Int32
|
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)