SortCriteria MembersQlik Sense .NET SDK - API Reference
The SortCriteria type exposes the following members.
Constructors

  NameDescription
Public methodSortCriteria
Initializes a new instance of the SortCriteria class
Back to Top
Properties

  NameDescription
Public propertyExpression
Sort by expression.
Public propertySortByAscii
Sorts the field by alphabetical order.
Public propertySortByExpression
Sorts the field by expression.
Public propertySortByFrequency
Sorts the field values by frequency (number of occurrences in the field).
Public propertySortByGreyness
Public propertySortByLoadOrder
Sorts the field values by the initial load order.
Public propertySortByNumeric
Sorts the field values by numeric value.
Public propertySortByState
Sorts the field values according to their logical state (selected, optional, alternative or excluded).
Back to Top
See Also