Version

FixedColumnsCollection Class Members

The following tables list the members exposed by FixedColumnsCollection.

Public Constructors
 NameDescription
Public ConstructorFixedColumnsCollection ConstructorCreates a new instance of the FixedColumnsCollection  
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public PropertyItem (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected Properties
 NameDescription
Protected PropertyDirectionGets/Sets the FixedState that items should be set to when added to this collection.  
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected Methods
 NameDescription
Protected MethodAddItemOverridden. Adds the item at the specified index.  
Protected Internal MethodAddItemSilentlyOverloaded. Adds a Column to the collection without setting it's IsFixed property.  
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodInsertItemOverridden. Adds the item at the specified index.  
Protected MethodLoadTakes the string that was created in the Save method, and rehydrates the object.  
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodRemoveItemOverridden. Removes the item at the specified index.  
Protected Internal MethodRemoveItemSilentlyOverloaded. Removes a Column from the collection without setting it's IsFixed property.  
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodResetItemsOverridden. Removes all items from the collection.  
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodSaveGets the string representation of the object, that can be later be passed into the Load method of this object, in order to rehydrate.  
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<Column>)
See Also