Version

SelectedCellCollection Class Members

The following tables list the members exposed by SelectedCellCollection.

Public Constructors
 NameDescription
Public ConstructorSelectedCellCollection ConstructorCreates a new SelectedCellCollection object  
Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the System.Collections.ICollection. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public PropertyIsFixedSizeGets a value indicating whether the System.Collections.IList has a fixed size. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public PropertyIsReadOnlyGets a value indicating whether the System.Collections.IList is read-only. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public PropertyIsSynchronizedGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public PropertyItemGets the collection of Items in the control. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public PropertySyncRootGets an object that can be used to synchronize access to the System.Collections.ICollection. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Protected Properties
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds an item to the System.Collections.IList. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public MethodClearRemoves all items from the System.Collections.IList. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public MethodContainsOverloaded. Determines whether the System.Collections.IList contains a specific value. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public MethodCopyToCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public MethodGetEnumeratorReturns an enumerator that iterates through a collection. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public MethodGetIDPairRetrives a selected cell's identification object by its index.  
Public MethodIndexOfOverloaded. Determines the index of a specific item in the System.Collections.IList. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public MethodInsertOverloaded. Inserts an item to the System.Collections.IList at the specified index. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public MethodRemoveOverloaded. Removes the first occurrence of a specific object from the System.Collections.IList. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Public MethodRemoveAtRemoves the System.Collections.IList item at the specified index. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Protected Methods
 NameDescription
Protected MethodAreKeysEqualCompares two keys. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecordItem>)
Protected MethodEqualsIDPairsOverridden. Determines if two idPair objects are equal  
Protected MethodResolveIDPairOverridden. Returns the IDPair of an item if it is not null  
Protected MethodResolveItemFromIDPairOverridden. Resolves a GridRecordItem from a given id pair  
See Also