| GridSortExpression Class |
Namespace: Kettic.AspNet.Controls
The GridSortExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| Parse | ||
| SetSortOrder |
Sets the sort order, input string need be "Ascending", "Descending" or "None".
| |
| SortOrderAsString |
Gets a string contain sort order. You always get "ASC" "DESC".
| |
| SortOrderAsString(GridSortOrder) |
Return GridSortOrder according to the input string.
| |
| SortOrderFromString |
Sets GridSortOrder according to the input string.
|