Basic Library for WinRT
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback