KaxListViewGroupExpression Methods |
The KaxListViewGroupExpression 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"
|