Version

GroupColumnsCollection Class Members

The following tables list the members exposed by GroupColumnsCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyAllColumnsGets a recursive collection of all Column objects in particular GroupColumn  
Public PropertyColumnLayoutThe ColumnLayout that the GroupColumn that owns this collection belongs to.  
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public PropertyItemGets the Column that has the specified key.  
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected PropertyPriorityPropertiesGets a List of properties that should be applied, before even trying to look at any other property on the object.  
Protected PropertyPropertiesToIgnoreGets a List of properties that shouldn't be saved when the PersistenceManager goes to save them.  
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 MethodInsertOverridden. Inserts the specified Column as the specified index.  
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected Methods
 NameDescription
Protected MethodAddItemOverridden. Inserts the Column at the specified index.  
Protected MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodCanRehydrateLooks through the keys, and determines that all the keys are in the collection, and that the same about of objects are in the collection. If this isn't the case, false is returned, and the Control Persistence Framework, will not try to reuse the object that are already in the collection.  
Protected MethodFinishedLoadingPersistenceAllows an object to perform an operation, after it's been loaded.  
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodGetLookupKeysGets a list of keys that each object in the collection has.  
Protected MethodInsertItem (Inherited from Infragistics.Collections.CollectionBase<Column>)
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 Column a the specified index.  
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodResetItemsOverridden. Removes all ColumnBase objects from the ColumnBaseCollection.  
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<Column>)
See Also