DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / CanSort Property

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