ComponentOne FlexGrid 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 IComparer(Of Object)
    public IComparer<object> CustomSort {get; set;}
    See Also