Метод | Описание | |
---|---|---|
AddSort ( string sortColumn, ListSortDirection direction ) : void |
Adds a column to the
|
|
Compare ( object x, object y ) : int |
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
|
Метод | Описание | |
---|---|---|
ClearSort ( ) : void |
Clears the sort columns.
|
public AddSort ( string sortColumn, ListSortDirection direction ) : void | ||
sortColumn | string | A string representing a column to be sorted. |
direction | ListSortDirection | The direction to sort. |
Результат | void |
public abstract Compare ( object x, object y ) : int | ||
x | object | The first object to compare. |
y | object | The second object to compare. |
Результат | int |