For a list of all members of this type, see KeyedSubObjectsCollectionBase members.
Name | Description | |
---|---|---|
![]() | All | Overridden. The collection as an array of objects |
![]() | AllowDuplicateKeys | Returns true if the collection allows 2 or more items to have the same key value. |
![]() | AllowEmptyKeys | Returns true if the collection allows items to be added that do not have key values. |
![]() | Count | Returns the number of items in the collection (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) |
![]() | Disposed | Returns true if the object has already been disposed (Inherited from Infragistics.Shared.DisposableObject) |
![]() | IsReadOnly | Returns true if the collection is read-only (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) |
![]() | IsSynchronized | Gets a value indicating whether access to the ArrayList is synchronized (thread-safe). (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) |
![]() | Tag | The tag property can be used to logically attach another object or value to this object. (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
![]() | AllowMultipleEmptyKeys | Returns true if the collection allows multiple items to be added that do not have key values. |
![]() | CacheKeys | Determines whether to use a dictionary to store the keys and objects. |
![]() | InitialCapacity | Abstract property that specifies the initial capacity of the collection (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) |
![]() | InternStrings | Indicates whether to use string internment during key comparisons involving IKeyedSubObjectEx instances. |
![]() | List | The list that contains the item references (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) |
![]() | SubObjectPropChangeHandler | Returns the event handler that notifies OnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase) |