Contents
- Properties
Having trouble getting help?
Contact Support
Contact Support
SortDescriptor
23 Sep 20251 minute to read
Represents the field name and direction of sort column.
Properties
direction SortDirection
Defines the direction of the sort operation.
-
Ascending: Sorts the column in ascending order. -
Descending: Sorts the column in descending order.
Defaults to null
field string
Defines the field (column) name to sort by.
Defaults to ’’