Search results

SortOrder API in React Dropdown Tree API component

Specifies a value that indicates whether the items are sorted in the ascending or descending order, or not sorted at all.

  • None - Indicates that the nodes are not sorted.
  • Ascending - Indicates that the nodes are sorted in the ascending order.
  • Descending - Indicates that the nodes are sorted in the descending order.