Version

GridRecordItemCollection Class Members

The following tables list the members exposed by GridRecordItemCollection.

Public Constructors
 NameDescription
Public ConstructorGridRecordItemCollection ConstructorInitializes a new instance of the GridRecordItemCollection class.  
Public Properties
 NameDescription
Public PropertyCountNumber of items in the collection. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection)
Public PropertyGridReference to the grid the items belong to. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection)
Public PropertyItemGets the GridRecordItem at the specified index. Note: these items are created on demand.  
Public PropertyRecordThe record the items belong to. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection)
Public Methods
 NameDescription
Public MethodFindItemByKeyGets the GridRecordItem by the specified Column Key.  
Public MethodGetValueOverloaded. Gets value of an item by its index. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection)
Public MethodIndexOfLocates and returns index of an item. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection)
Public MethodResetClears the collection if not null (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection)
Protected Methods
 NameDescription
Protected MethodCreateControlDataItemOverloaded. Overridden. Creates a new GridRecordItem that can be added to the collection.  
Protected MethodLoadViewStateLoad data modified at run time. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection)
Protected MethodSaveViewStateSave data modified at run time. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItemCollection)
See Also