SortDescriptor

23 Sep 20251 minute to read

Represents the field name and direction of sort column.

Properties

direction SortDirection

Defines the direction of sort column.

Defaults to ’’

field string

Defines the field name of sort column.

Defaults to ’’