Description
Indicates whether a down-arrow is displayed in header item.
Declaration
TestObj.IsSortDown
Read-Only Property | Boolean |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
Returns True if the down-arrow is drawn on this item, and False otherwise.
Remarks
Typically, a down-arrow is used to indicate that the information in the current window is sorted on this column in descending order.
To read or set the sort order, use the wSort
property.
Example
To view an example that demonstrates how to use the IsSortDown
property, see Sorting Content in Desktop Windows Applications.
See Also
Determining Header Items' Format Settings in Desktop Windows Applications
Sorting Content in Desktop Windows Applications
IsSortUp Property (HeaderItemFormat Objects)
wSort Property (Header Controls)