TcxCustomListView.OnCompare Event
Allows you to implement a custom item sort algorithm.
Declaration
property OnCompare: TLVCompareEvent read; write;
Remarks
The OnCompare
event occurs every time the List View control is about to compare two items.
See Also