Version

ContainerGridRecordCollection Class Properties

For a list of all members of this type, see ContainerGridRecordCollection members.

Public Properties
 NameDescription
Public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyControlMainThe grid that owns the record collection.  
Public PropertyCountNumber of items in the collection. (Inherited from Infragistics.Web.UI.GridControls.ControlDataRecordCollection)
Public PropertyIsReadOnlyReturns true if the collection is read-only (Inherited from Infragistics.Web.UI.Framework.ObjectCollection)
Public PropertyItemGets the ContainerGridRecord at the specified index. Note: these items are created on demand.  
Protected Properties
 NameDescription
Protected PropertyGridReference to the grid that owns the record collection.  
Protected PropertyHasViewStateJournal (Inherited from Infragistics.Web.UI.Framework.ObjectCollection)
Protected PropertyInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyTemporaryRecordGets/sets a temporary record (Inherited from Infragistics.Web.UI.GridControls.ControlDataRecordCollection)
Protected PropertyViewStateJournalThe parent owner to which this object belongs. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection)
See Also