Version 24.2 (latest)

KeyedSubObjectsCollectionBase Class Properties

For a list of all members of this type, see KeyedSubObjectsCollectionBase members.

Public Properties
 NameDescription
Public PropertyAllOverridden. The collection as an array of objects  
Public PropertyAllowDuplicateKeysReturns true if the collection allows 2 or more items to have the same key value.  
Public PropertyAllowEmptyKeysReturns true if the collection allows items to be added that do not have key values.  
Public PropertyCountReturns the number of items in the collection (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyDisposedReturns true if the object has already been disposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsReadOnlyReturns true if the collection is read-only (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyIsSynchronizedGets a value indicating whether access to the ArrayList is synchronized (thread-safe). (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertySyncRootGets an object that can be used to synchronize access to the collection. (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTagThe tag property can be used to logically attach another object or value to this object. (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertyAllowMultipleEmptyKeysReturns true if the collection allows multiple items to be added that do not have key values.  
Protected PropertyCacheKeysDetermines whether to use a dictionary to store the keys and objects.  
Protected PropertyInitialCapacityAbstract property that specifies the initial capacity of the collection (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected PropertyInternStringsIndicates whether to use string internment during key comparisons involving IKeyedSubObjectEx instances.  
Protected PropertyListThe list that contains the item references (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected PropertySubObjectPropChangeHandlerReturns the event handler that notifies OnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also