ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / CustomSort Property

In This Topic
    CustomSort Property
    In This Topic
    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