Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / CanSort Property

In This Topic
    CanSort Property (C1CollectionView)
    In This Topic
    Gets a value that indicates whether the view supports local sorting.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanSort As Boolean
    public bool CanSort {get;}
    Remarks
    This property always returns true.
    See Also