MindFusion.Wpf Pack Programmer's Guide
SortedObservableCollection(T) Members
Constructors Properties Methods
 


Represents a generic ObservableCollection with sorted items.

The following tables list the members exposed by the SortedObservableCollection(T) type.

 Public Constructors

  Name Description

SortedObservableCollection

Overloaded. Initializes a new instance of the SortedObservableCollection<T> class.

 Public Properties

  Name Description

AreItemsUnique

Gets or sets a value to indicate whether the collection can contain duplicate items.

 Protected Methods

  Name Description

InsertItem

ObservableCollection<T>.InsertItem override.

MoveItem

ObservableCollection<T>.MoveItem override.

OnCollectionChanged

ObservableCollection<T>.OnCollectionChanged override.

SetItem

ObservableCollection<T>.SetItem override.

Sort

Sorts the collection.

 See Also

SortedObservableCollection(T) Class
MindFusion.DataViews.Wpf Namespace