SortOrder.Second property
- Last UpdatedSep 20, 2024
- 1 minute read
The SortOrder.Second property is a read-write Boolean property that gets or sets the sorting direction of the second 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.Second;
AlarmClient.SortOrder.Second = sortDirSecond;
Remarks
Use this property in connection with the SortColumn.Second to determine which column is sorted.