Skip to content

SortOrder

from slint.language import SortOrder
python

This enum represents the different values of the sort-order property. It’s used to sort a StandardTableView by a column.

  • unsorted — The column is unsorted.
  • ascending — The column is sorted in ascending order.
  • descending — The column is sorted in descending order.

© 2026 SixtyFPS GmbH