ComponentOne Basic Library for UWP
CustomSort Property

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : CustomSort Property
Gets or sets a custom object that implements IComparer to sort items in the view, as an alternative to sort conditions represented by the ViewSortDescriptions property.
Syntax
'Declaration
 
Public Property CustomSort As System.Collections.Generic.IComparer(Of Object)
public System.Collections.Generic.IComparer<object> CustomSort {get; set;}
See Also

Reference

C1CollectionView Class
C1CollectionView Members