Property CanSort
CanSort
Test if this ICollectionView supports sorting before adding to SortDescriptions.
public override bool CanSort { get; }
Property Value
Remarks
ListCollectionView does implement an IComparer based sorting.
Test if this ICollectionView supports sorting before adding to SortDescriptions.
public override bool CanSort { get; }
ListCollectionView does implement an IComparer based sorting.