Version

UltraListViewItemsCollection Class Members

The following tables list the members exposed by UltraListViewItemsCollection.

Protected Constructors
 NameDescription
Protected ConstructorUltraListViewItemsCollection ConstructorConstructor used during deserialization to initialize a new UltraListViewItemsCollection object with the serialized property values.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAll (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public PropertyAllowDuplicateKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public PropertyAllowEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public PropertyControlReturns the UltraListView instance to which this collection belongs.  
Public PropertyCountOverridden. Returns the number of UltraListViewItem instances that belong to this collection.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsFixedSizeReturns whether the size of this UltraListViewItemsCollectionBase is fixed. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemsCollectionBase)
Public PropertyIsReadOnlyReturns whether this collection is read-only; i.e., whether its contents can be modified. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemsCollectionBase)
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyItemOverloaded. Returns the UltraListViewItem instance with the specified key.  
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertyAllowMultipleEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyCacheKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyInitialCapacityOverridden. Abstract property that specifies the initial capacity of the collection  
Protected PropertyInternStrings (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyList (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds the specified UltraListViewItem instance to this UltraListViewItemsCollectionBase.  
Public MethodAddRangeAdds an array of UltraListViewItem instances to this UltraListViewItemsCollectionBase.  
Public MethodClearClears this collection, removing all UltraListViewItem instances.  
Public MethodContainsOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodCopyToOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodExists (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodGetEnumeratorIEnumerable Interface Implementation. Returns a type safe enumerator.  
Public MethodGetItemOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIndexOfOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInsertInserts the specified UltraListViewItem into the collection at the specified index.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRefreshSortRefreshes the contents of this collection based on the current sort criteria.  
Public MethodRemoveRemoves the specified UltraListViewItem instance from this collection.  
Public MethodRemoveAtAdds the UltraListViewItem instance at the specified ordinal position from this UltraListViewItemsCollectionBase.  
Public MethodSetCheckStateSets the CheckState property to the specified value for each member of the collection without issuing multiple property change notifications.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns a string that represents this object.  
Public MethodTryGetItem (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodCreateArray (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInternalAddOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalClear (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalInsertOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalRemoveOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalRemoveAt (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDeserializationOverridden. Called after this UltraListViewItemsCollectionBase instance has been de-serialized.  
Protected MethodOnDisposeOverridden. Called when this UltraListViewItemsCollection instance is disposed.  
Protected MethodOnListChanged (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property is changed on one of the items.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also