Property CustomSort
CustomSort
Set a custom comparer to sort items using an object that implements IComparer.
public IComparer CustomSort { get; set; }
Property Value
Remarks
Setting the Sort criteria has no immediate effect, an explicit Refresh() call by the app is required. Note: Setting the custom comparer object will clear previously set SortDescriptions.