| KaxListViewSortExpression Class |
Namespace: Kettic.AspNet.Controls
The KaxListViewSortExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| Parse |
Parses a string representation of the sort order and returns
GirdSortExpression.
| |
| SetSortOrder | Sets the sort order. The SortOrder paremeter should be either "Ascending", "Descending" or "None". | |
| SortOrderAsString |
This method gives the string representation of the sorting order. It can be
either "ASC" or "DESC"
| |
| SortOrderAsString(KaxListViewSortOrder) |
This method gives the string representation of the sorting order. It can be
either "ASC" or "DESC"
| |
| SortOrderFromString |
Returns a KaxListViewSortOrder enumeration based on the string input. Takes either "ASC"
or "DESC"
|
| Name | Description | |
|---|---|---|
| FieldName | Gets or sets the name of the field to which sorting is applied. | |
| SortOrder | Sets or gets the current sorting order. |