Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / IC1CollectionView Interface / CanSort Property

In This Topic
    CanSort Property (IC1CollectionView)
    In This Topic
    Gets a value that indicates whether this view supports sorting via the SortDescriptions property.
    Syntax
    'Declaration
     
    
    ReadOnly Property CanSort As Boolean
    bool CanSort {get;}
    See Also