Version

RowsCollection Class Members

The following tables list the members exposed by RowsCollection.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAddRowModifiedByUserSpecifies 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.  
Public PropertyAllOverridden. Returns an array containing all the items contained in this rows collection.  
Public PropertyBandUltraGridBand object associated with this rows collection.  
Public PropertyCardAreaHeightCaches the height of the card area  
Public PropertyColumnFiltersColumn filters for filtering the rows in this rows collection. They will apply only if the UltraGridOverride.RowFilterMode resolves to SiblingRowsOnly.  
Public PropertyCountOverridden. Overridden method overridden to implement lazy initialization of rows.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFilteredInNonGroupByRowCountGets the number of non-group-by rows that are filtered in (not filtered out).  
Public PropertyFilteredInRowCountGets the number of rows that are filtered in (not filtered out).  
Public PropertyFilterRowReturns the filter row associated with this row collection.  
Public PropertyFirstVisibleCardRowGets or sets the first visible card in the card area associated with this collection.  
Public PropertyFixedRowsA collection of fixed rows. Rows can be added or removed from this collection to fix/unfix rows.  
Public PropertyIsGroupByRowsIndicates if this rows collection contains or is to contain group-by rows.  
Public PropertyIsReadOnlyOverridden. True if the collection is read only  
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyItemIndexer.  
Public PropertyParentRowReturns reference to parent row.  
Public PropertyRowsAccessibleObjectThe Accessibility Object represented by this RowsCollection.  
Public PropertySummaryValuesReturns 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.  
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTemplateAddRowReturns the template add-row associated with this rows-collection.  
Public PropertyVisibleRowCountReturns 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.  
Protected Properties
 NameDescription
Protected PropertyInitialCapacityOverridden. Abstract property that specifies the initial capacity of the collection  
Protected PropertyListOverridden. The list that contains the item references  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCollapseAllCollapse all rows in the collection.  
Public MethodCollapseAllCardsCollapse all cards in the collection when using UltraGridBand.CardView mode. Only applies when CardStyle is compressed.  
Public MethodContains (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodCopyToOverloaded. Overridden. Copies the items from the collection into the array.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDeallocateCellsReleases allocated cell objects. Cells are allocated lazily as they are accessed. This method is for releasing cells that have been allocated so for.  
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodEnsureSortedAndFilteredOverloaded. Ensure Rows in the current RowCollection are sorted and filtered  
Public MethodExpandAllExpand all rows in the collection. UltraGrid.InitializeLayout  
Public MethodExpandAllCardsExpand all cards in the collection when using UltraGridBand.CardView mode. Only applies when CardStyle is compressed.  
Public MethodGetAllNonGroupByRowsGets all the non-group-by rows that are associated with this collection.  
Public MethodGetEnumeratorIEnumerable Interface Implementation  
Public MethodGetFilteredInNonGroupByRowsGets all the filtered in rows (rows that are not filtered out).  
Public MethodGetFilteredOutNonGroupByRowsGets all the filtered out rows (rows that do not match the filtering criteria).  
Public MethodGetItemOverridden. Returns the item at the specified index  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetRowAtVisibleIndexGets a row based on its visible index.  
Public MethodGetRowAtVisibleIndexOffsetGets a row based on a start row and a relative visible index.  
Public MethodGetRowEnumeratorGets the rows associated with this rows collection as well as descendant row collections upto the lowestLevelBand.  
Public MethodGetRowWithListIndexOverloaded. Returns the actual UltraGridRow associated with list index in the binding list.  
Public MethodIndexOfOverridden. Returns the index of the item in the collection that has the passed in key or -1 if key not found.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIsCardVisibleOverloaded. Determines if passed in row is visible  
Public MethodMoveOverloaded. 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.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRefreshOverloaded. Refresh the display and/or refetch the data non-recursively.  
Public MethodScrollCardIntoViewOverloaded. Scrolls passed in row into view  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodCreateArrayOverridden. Overridden. Virtual method used by the All 'get' method to create the array it returns.  
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInternalAdd (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodInternalClear (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodInternalInsert (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodInternalRemoveOverloaded.  (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Overridden.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also