The following tables list the members exposed by RowsCollection.
| Name | Description | |
|---|---|---|
|  | tagValue | (Inherited from Infragistics.Shared.SubObjectBase) | 
| Name | Description | |
|---|---|---|
|  | AddRowModifiedByUser | Specifies whether the add-row belonging to this row collection has been modified by the user. This flag is used to determine whether to commit a template add-row when the user moves off the row. If the user doesn't modify a template add-row then it will not be committed when the user leaves the template add-row. | 
|  | All | Overridden. Returns an array containing all the items contained in this rows collection. | 
|  | Band | UltraGridBand object associated with this rows collection. | 
|  | CardAreaHeight | Caches the height of the card area | 
|  | ColumnFilters | Column filters for filtering the rows in this rows collection. They will apply only if the UltraGridOverride.RowFilterMode resolves to SiblingRowsOnly. | 
|  | Count | Overridden. Overridden method overridden to implement lazy initialization of rows. | 
|  | Disposed | (Inherited from Infragistics.Shared.DisposableObject) | 
|  | FilteredInNonGroupByRowCount | Gets the number of non-group-by rows that are filtered in (not filtered out). | 
|  | FilteredInRowCount | Gets the number of rows that are filtered in (not filtered out). | 
|  | FilterRow | Returns the filter row associated with this row collection. | 
|  | FirstVisibleCardRow | Gets or sets the first visible card in the card area associated with this collection. | 
|  | FixedRows | A collection of fixed rows. Rows can be added or removed from this collection to fix/unfix rows. | 
|  | IsGroupByRows | Indicates if this rows collection contains or is to contain group-by rows. | 
|  | IsReadOnly | Overridden. True if the collection is read only | 
|  | IsSynchronized | (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) | 
|  | Item | Indexer. | 
|  | ParentRow | Returns reference to parent row. | 
|  | RowsAccessibleObject | The Accessibility Object represented by this RowsCollection. | 
|  | SummaryValues | Returns a collection of SummaryValue objects. Each of these SummaryValue objects in the collection is associated with a SummarySettings object in Summaries collection of the Band. The user can use this collection to get value of a summary for this rows collection. | 
|  | SyncRoot | (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) | 
|  | Tag | (Inherited from Infragistics.Shared.SubObjectBase) | 
|  | TemplateAddRow | Returns the template add-row associated with this rows-collection. | 
|  | VisibleRowCount | Returns the total number of visible rows in the collection. If the template add-row is visible, this property's return value will include that as well even though the template add-rows are not part of the collection, they are visible. | 
| Name | Description | |
|---|---|---|
|  | InitialCapacity | Overridden. Abstract property that specifies the initial capacity of the collection | 
|  | List | Overridden. The list that contains the item references | 
|  | SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) | 
| Name | Description | |
|---|---|---|
|  | CollapseAll | Collapse all rows in the collection. | 
|  | CollapseAllCards | Collapse all cards in the collection when using UltraGridBand.CardView mode. Only applies when CardStyle is compressed. | 
|  | Contains | (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) | 
|  | CopyTo | Overloaded. Overridden. Copies the items from the collection into the array. | 
|  | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | 
|  | DeallocateCells | Releases allocated cell objects. Cells are allocated lazily as they are accessed. This method is for releasing cells that have been allocated so for. | 
|  | Dispose | (Inherited from Infragistics.Shared.DisposableObject) | 
|  | EnsureSortedAndFiltered | Overloaded. Ensure Rows in the current RowCollection are sorted and filtered | 
|  | ExpandAll | Expand all rows in the collection. UltraGrid.InitializeLayout | 
|  | ExpandAllCards | Expand all cards in the collection when using UltraGridBand.CardView mode. Only applies when CardStyle is compressed. | 
|  | GetAllNonGroupByRows | Gets all the non-group-by rows that are associated with this collection. | 
|  | GetEnumerator | IEnumerable Interface Implementation | 
|  | GetFilteredInNonGroupByRows | Gets all the filtered in rows (rows that are not filtered out). | 
|  | GetFilteredOutNonGroupByRows | Gets all the filtered out rows (rows that do not match the filtering criteria). | 
|  | GetItem | Overridden. Returns the item at the specified index | 
|  | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | 
|  | GetRowAtVisibleIndex | Gets a row based on its visible index. | 
|  | GetRowAtVisibleIndexOffset | Gets a row based on a start row and a relative visible index. | 
|  | GetRowEnumerator | Gets the rows associated with this rows collection as well as descendant row collections upto the lowestLevelBand. | 
|  | GetRowWithListIndex | Overloaded. Returns the actual UltraGridRow associated with list index in the binding list. | 
|  | IndexOf | Overridden. Returns the index of the item in the collection that has the passed in key or -1 if key not found. | 
|  | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | 
|  | IsCardVisible | Overloaded. Determines if passed in row is visible | 
|  | Move | Overloaded. Moves the specified row in the row collection to the new index. The end result is that the row will be at the specified newIndex. | 
|  | NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | 
|  | Refresh | Overloaded. Refresh the display and/or refetch the data non-recursively. | 
|  | ScrollCardIntoView | Overloaded. Scrolls passed in row into view | 
|  | ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | 
|  | VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) | 
| Name | Description | |
|---|---|---|
|  | CreateArray | Overridden. Overridden. Virtual method used by the All 'get' method to create the array it returns. | 
|  | DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | 
|  | DisposeCollectionItems | (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) | 
|  | InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | 
|  | InternalAdd | (Inherited from Infragistics.Shared.SubObjectsCollectionBase) | 
|  | InternalClear | (Inherited from Infragistics.Shared.SubObjectsCollectionBase) | 
|  | InternalInsert | (Inherited from Infragistics.Shared.SubObjectsCollectionBase) | 
|  | InternalRemove | Overloaded. (Inherited from Infragistics.Shared.SubObjectsCollectionBase) | 
|  | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | 
|  | OnDispose | Overridden. Overridden. | 
|  | OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | 
|  | OnSubObjectPropChanged | Overridden. Called when a property has changed | 
|  | ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | 
|  | SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | 
| Name | Description | |
|---|---|---|
|  | SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | 
|  | SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |