Click or drag to resize
GridSortExpression Methods

The GridSortExpression type exposes the following members.

Methods
  Name Description
Public method Static member Parse
Public method SetSortOrder
Sets the sort order, input string need be "Ascending", "Descending" or "None".
Public method SortOrderAsString
Gets a string contain sort order. You always get "ASC" "DESC".
Public method Static member SortOrderAsString(GridSortOrder)
Return GridSortOrder according to the input string.
Public method Static member SortOrderFromString
Sets GridSortOrder according to the input string.
Top
See Also