Version

ComboColumnTypeMappingsCollection Class Members

The following tables list the members exposed by ComboColumnTypeMappingsCollection.

Public Constructors
 NameDescription
Public ConstructorComboColumnTypeMappingsCollection ConstructorCreates a new instance of the ComboColumnTypeMappingsCollection object.  
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public PropertyItem (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected Methods
 NameDescription
Protected MethodAddItem (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected MethodInsertItem (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected MethodOnItemAddedOverridden. Invoked when an Item is added at the specified index.  
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected MethodRemoveItemOverridden. Removes the item at the specified index.  
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Protected MethodResetItemsOverridden. Removes all items from the collection.  
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<ComboColumnTypeMapping>)
See Also