Version

RowsCollection Class Methods

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

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)
See Also