Class GridViewRelationRowComparer
Inheritance
System.Object
GridViewRelationRowComparer
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 GridViewRelationRowComparer : IComparer<GridViewRowInfo>
Constructors
GridViewRelationRowComparer(GridViewRelation)
Initializes a new instance of the GridViewRelationRowComparer class.
Declaration
public GridViewRelationRowComparer(GridViewRelation relation)
Parameters
GridViewRelation
relation
The relation. |
Properties
IsValid
Gets a value indicating whether this instance is valid.
Declaration
public bool IsValid { get; }
Property Value
System.Boolean
|
Methods
Compare(GridViewRowInfo, GridViewRowInfo)
Compares the specified x and y rows.
Declaration
public int Compare(GridViewRowInfo x, GridViewRowInfo y)
Parameters
GridViewRowInfo
x
The x. |
GridViewRowInfo
y
The y. |
Returns
System.Int32
|
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)
Reset()
Resets this instance.
Declaration
public void Reset()