Version

SelectedColumnsCollection Class Members

The following tables list the members exposed by SelectedColumnsCollection.

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. (Inherited from Infragistics.Controls.Grids.SelectedCollectionBase<Column>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public PropertyItem (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected Internal PropertyPivotItemGets the item that was first selected when the shift key was pressed down. (Inherited from Infragistics.Controls.Grids.SelectedCollectionBase<Column>)
Protected Internal PropertyShiftSelectedItemsGets a collection of items that were selected while the shift key was down. (Inherited from Infragistics.Controls.Grids.SelectedCollectionBase<Column>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodAddRangeAdds the specified collection of items to this collection. (Inherited from Infragistics.Controls.Grids.SelectedCollectionBase<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 Column at the specified index.  
Protected MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodCreateNewInstanceOverridden. Creates a new instance of this collection.  
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodInsertItemAdds the item at the specified index. (Inherited from Infragistics.Controls.Grids.SelectedCollectionBase<Column>)
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 MethodOnSelectionChangedOverridden. Called when the Selection collection has changed.  
Protected MethodRemoveItemRemoves the item at the specified index. (Inherited from Infragistics.Controls.Grids.SelectedCollectionBase<Column>)
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodReplaceItemReplaces the item at the specified index with the specified item. (Inherited from Infragistics.Controls.Grids.SelectedCollectionBase<Column>)
Protected MethodResetItemsRemoves all items from the collection. (Inherited from Infragistics.Controls.Grids.SelectedCollectionBase<Column>)
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.  
Protected Internal MethodSelectItemSelects the specified item. (Inherited from Infragistics.Controls.Grids.SelectedCollectionBase<Column>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<Column>)
See Also