Version

ComboCellsCollection Class Members

The following tables list the members exposed by ComboCellsCollection.

Public Constructors
 NameDescription
Public ConstructorComboCellsCollection ConstructorInitializes a new instance of the ComboCellsCollection class.  
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Public PropertyItemReturns the Infragistics.Controls.Editors.ComboCellBase for the corresponding Infragistics.Controls.Editors.ComboColumn.  
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected PropertyRowGets the Row this collection represents.  
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Public MethodIndexOfOverridden. Gets the index of the specified Infragistics.Controls.Editors.ComboCellBase.  
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected Methods
 NameDescription
Protected MethodAddItem (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodGetCountOverridden. Returns the total number of Infragistics.Controls.Editors.ComboCellBases in the ComboCellsCollection  
Protected MethodGetItemOverridden. Returns the Infragistics.Controls.Editors.ComboCellBase item at the index given.  
Protected MethodInsertItem (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodRemoveItem (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodResetItems (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<ComboCellBase>)
See Also