Version

FixedComboColumnsCollection Class Members

The following tables list the members exposed by FixedComboColumnsCollection.

Public Constructors
 NameDescription
Public ConstructorFixedComboColumnsCollection ConstructorCreates a new instance of the FixedComboColumnsCollection  
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public PropertyItem (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Protected Properties
 NameDescription
Protected PropertyDirectionGets/Sets the ComboColumnFixedState that items should be set to when added to this collection.  
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Protected Methods
 NameDescription
Protected MethodAddItemOverridden. Adds the item at the specified index.  
Protected Internal MethodAddItemSilentlyOverloaded. Adds a ComboColumn to the collection without setting it's IsFixed property.  
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Protected MethodInsertItemOverridden. Adds the item at the specified index.  
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Protected MethodRemoveItemOverridden. Removes the item at the specified index.  
Protected Internal MethodRemoveItemSilentlyOverloaded. Removes a ComboColumn from the collection without setting it's IsFixed property.  
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Protected MethodResetItemsOverridden. Removes all items from the collection.  
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<ComboColumn>)
See Also