Indicates what should occur on a header click event.

Enumeration Members

None: 4

No action is triggered.

SortByMultipleColumns: 1

Sorting by multiple columns is permitted and each toggle between ascending and descending.

SortByMultipleColumnsTriState: 3

Sorting by multiple columns is permitted and toggles between ascending, descending and unsorted.

SortByOneColumnOnly: 0

Sorting by one column is permitted and toggles between ascending and descending.

SortByOneColumnOnlyTriState: 2

Sorting by one column is permitted and toggles between ascending, descending and unsorted.