Click or drag to resize
KaxListViewSortExpression Methods

The KaxListViewSortExpression type exposes the following members.

Methods
  Name Description
Public method Static member Parse
Parses a string representation of the sort order and returns GirdSortExpression.
Public method SetSortOrder

Sets the sort order.

The SortOrder paremeter should be either "Ascending", "Descending" or "None".

Public method SortOrderAsString
This method gives the string representation of the sorting order. It can be either "ASC" or "DESC"
Public method Static member SortOrderAsString(KaxListViewSortOrder)
This method gives the string representation of the sorting order. It can be either "ASC" or "DESC"
Public method Static member SortOrderFromString
Returns a KaxListViewSortOrder enumeration based on the string input. Takes either "ASC" or "DESC"
Top
See Also