LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


sorting

Gets or sets the order by which items are sorted.

Property Value

An IntegralUISortOrder value. The default is None, stating that items in TreeView component are not sorted.

The following values are acceptable:

  • None - sorting is disabled
  • Ascending - items are sorted from A to Z
  • Descending - items are sorted from Z to A

Version Information

Supported in: v1.1.

See Also