SortOrder.Fourth property
- Last UpdatedSep 20, 2024
- 1 minute read
The SortOrder.Fourth property is a read-write Boolean property that gets or sets the sorting direction of the fourth sort column. The following values are possible:
|
Value |
Description |
|---|---|
|
FALSE |
Ascending sorting direction |
|
TRUE |
Descending sorting direction |
The default value is FALSE (Ascending).
Syntax
result = AlarmClient.SortOrder.Fourth;
AlarmClient.SortOrder.Fourth = sortDirFourth;
Remarks
Use this property in connection with the SortColumn.Fourth to determine which column is sorted.