SortMarkImageDesc property
Applies to
acListView
and
acDBListView
components.
Declaration
property
SortMarkImageDesc: TPicture;
Description
The SortMarkImageDesc property can be used to specify custom picture for sort mark, for column with descending sorting.
Snapshot
Notes
If you don't want to show the sort mark at all set
ShowSortMark
property to False.
The arrow-style sort mark can be invisible if the list is unsorted (SortType = stNone).
See also
SortMarkImageAsc
property.