Version

GroupByColumnsCollection Class Members

The following tables list the members exposed by GroupByColumnsCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public PropertyGridGets a reference to the XamGrid that this collection belongs to.  
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public PropertyItemGets a read-only collection of Column objects for the specified ColumnLayout.  
Protected Properties
 NameDescription
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 MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodCompareCompares the Column objects by looking at their position in the collection.  
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 MethodOnGroupingChangedCalled when the GroupBy collection has changed.  
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 MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodReplaceItemOverridden. Replaces the item at the specified index with the specified item.  
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