listview SortMarkImageDesc property
Return to Introduction  Previous page  Next page
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
aclistviewss12  

Notes
iiinfo If you don't want to show the sort mark at all — set ShowSortMark property to False.  
iiwarning The arrow-style sort mark can be invisible if the list is unsorted (SortType = stNone).  

See also
SortMarkImageAsc property.