Version

RowsCollection Class Properties

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

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