Version 24.2 (latest)

DisposableObjectCollectionBase Class Properties

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

Public Properties
 NameDescription
Public PropertyCountReturns the number of items in the collection  
Public PropertyDisposedReturns true if the object has already been disposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsReadOnlyReturns true if the collection is read-only  
Public PropertyIsSynchronizedGets a value indicating whether access to the ArrayList is synchronized (thread-safe).  
Public PropertySyncRootGets an object that can be used to synchronize access to the collection.  
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 PropertyInitialCapacityAbstract property that specifies the initial capacity of the collection  
Protected PropertyListThe list that contains the item references  
Protected PropertySubObjectPropChangeHandlerReturns the event handler that notifies OnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also