ListCollectionView.CustomSort Property
.NET Framework 3.5
Gets or sets a custom object that implements IComparer to sort items in the view.
Assembly: PresentationFramework (in PresentationFramework.dll)
'Declaration Public Property CustomSort As IComparer 'Usage Dim instance As ListCollectionView Dim value As IComparer value = instance.CustomSort instance.CustomSort = value
You cannot set this property in XAML.
Property Value
Type: System.Collections.IComparerThe sort criteria as an implementation of IComparer.
Setting this property causes an immediate refresh unless a DeferRefresh is in effect.
Setting this property clears a previously set SortDescriptions value.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.