SortDescriptorModel

12 Sep 20251 minute to read

Interface for a class SortDescriptor

Properties

direction SortDirection

Specifies the direction of sorting for the column. The available options are:

  • Ascending: Sorts the column in ascending order.
  • Descending: Sorts the column in descending order.

field string

Specifies the field name of the column to be sorted.