LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


sorting

Gets or sets the order by which rows are sorted.

Property Value

A IntegralUISortOrder value. The default is None, stating that rows in TreeGrid component are not sorted.

Remarks

The following values are acceptable:

  • None - sorting is disabled
  • Ascending - rows are sorted in ascending order
  • Descending - rows are sorted in descending order

Version Information

Supported in: v1.1

See Also