MindFusion.Scheduling for Silverlight Programmer's Guide
SortedObservableCollection(T).AreItemsUnique Property
See Also
 





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

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public bool AreItemsUnique { get; set; }

Visual Basic  Copy Code

Public Property AreItemsUnique As Boolean

 Property Value

true if the items in the collection should be unique; otherwise, false.

 See Also

SortedObservableCollection(T) Members
SortedObservableCollection(T) Class
MindFusion.DataViews.Silverlight Namespace