Class
GridViewRelationRowComparer

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewRelationRowComparer

Inheritance: objectGridViewRelationRowComparer

Constructors

GridViewRelationRowComparer(GridViewRelation)

Initializes a new instance of the GridViewRelationRowComparer class.

Declaration

cs-api-definition
public GridViewRelationRowComparer(GridViewRelation relation)

Parameters

relation

GridViewRelation

The relation.

Properties

IsValid

Gets a value indicating whether this instance is valid.

Declaration

cs-api-definition
public bool IsValid { get; }

Property Value

bool

true if this instance is valid; otherwise, false.

Methods

Compare(GridViewRowInfo, GridViewRowInfo)

Compares the specified x and y rows.

Declaration

cs-api-definition
public int Compare(GridViewRowInfo x, GridViewRowInfo y)

Parameters

x

GridViewRowInfo

The x.

y

GridViewRowInfo

The y.

Returns

int

Reset()

Resets this instance.

Declaration

cs-api-definition
public void Reset()