Table of Contents

Property CanSort

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

CanSort

Test if this ICollectionView supports sorting before adding to SortDescriptions.

public override bool CanSort { get; }

Property Value

bool

Remarks

ListCollectionView does implement an IComparer based sorting.