ComponentOne Basic Library for UWP
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 System.Boolean
    public System.bool CanSort {get;}
    Remarks
    This property always returns true.
    See Also