Infragistics2.Shared.v8.1
AllowDuplicateKeys Property
See Also 
Infragistics.Shared Namespace > KeyedSubObjectsCollectionBase Class : AllowDuplicateKeys Property

Returns true if the collection allows 2 or more items to have the same key value.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property AllowDuplicateKeys As Boolean
C# 
public virtual bool AllowDuplicateKeys {get;}

Remarks

This does not apply to items whose keys are null or empty. There can always be multiple items with null or empty keys unless the AllowEmptyKeys property returns false.

See Also