CollectionView::Comparer Property

 

Returns an object that you can use to compare items in the view.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property IComparer^ Comparer {
	virtual IComparer^ get();
}

Property Value

Type: System.Collections::IComparer^

An IComparer object that you can use to compare items in the view.

.NET Framework
Available since 3.0
Return to top
Show: