| Name | Description |
| AddItem | Adds a row to the collection. |
| CompareTo | Overridden. Compares the index of the parent row's ColumnLayout , to the parent row's ColumnLayout index of the other manager. |
| CreateItem | Overloaded. Creates a new row object |
| EnsureDataManager | This method checks to ensure that a DataManagerBase is created for a given level and if not creates it for that level. |
| GenerateColumnForField | Returns a column for the specified Infragistics.DataField. |
| GenerateNewObject | Creates a new object from the Infragistics.DataManagerBase |
| GetDataItem | Returns the Row for the given index. |
| InitializeData | Looks at the data provided for the RowsManager and generates ColumnBase objects if AutoGenerateColumns is true. |
| InsertItem | Inserts a row at a given index. |
| InvalidateAddNewRowVisibility | Determines if the Infragistics.Controls.Grids.Primitives.AddNewRow should be visible, and registers/unregisters it accordingly. |
| InvalidateConditionalFormatting | Used to invalidate due to conditional formatting. |
| InvalidateData | Overridden. Triggers all Data operations such as sorting and GroupBy to be invalidated. |
| InvalidateFiltering | Filters the data based on it's current settings. |
| InvalidateFilterRowVisibility | Determines if the Infragistics.Controls.Grids.Primitives.FilterRow should be visible, and registers/unregisters it accordingly. |
| InvalidateFooterRowVisibility | Determines if the FooterRow should be visible, and registers/unregisters it accordingly. |
| InvalidateGroupBy | Validates whether a RowsManager needs to group its rows. |
| InvalidateHeaderRowVisibility | Determines if the HeaderRow should be visible, and registers/unregisters it accordingly. |
| InvalidatePagerRowVisibility | Determines if the Infragistics.Controls.Grids.Primitives.PagerRow should be visible, and registers/unregisters it accordingly. |
| InvalidateSort | Sorts the rows based on the values provided by the ColumnLayout object. |
| InvalidateSummaries | Sums the data based on it's current settings. |
| InvalidateSummaryRowVisibility | Determines if the Infragistics.Controls.Grids.Primitives.SummaryRow should be visible, and registers/unregisters it accordingly. |
| OnChildColumnLayoutAdded | Raised when a RowsManagerBase.ColumnLayout is added to the owning ColumnLayout's Columns collection. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| OnChildColumnLayoutRemoved | Overridden. Raised when a ColumnLayout is removed from the owning ColumnLayout's Columns collection. |
| OnChildColumnLayoutVisibilityChanged | Overridden. Raised when a child ColumnLayout of the owning ColumnLayout, visibility changes. |
| OnColumnLayoutAssigned | Overridden. Called when a ColumnLayout is assigned to this RowsManager. |
| OnColumnLayoutPropertyChanged | Overridden. Raised when a property has changed on the ColumnLayout that this RowsManager represents. |
| OnColumnLayoutReset | Overridden. Raised when the ColumnLayout wasn't removed, but it's data has been reset. |
| OnCurrentItemChanged | Raised when the underlying data sources current item changes. |
| OnItemsSourceChanged | Invoked when the the underlying ItemsSource property changes. |
| OnRegisteredAsVisibleChildManager | Invoked when a RowsManagerBase is now visible, meaning it's Parent row is expanded. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| OnUnregisteredAsVisibleChildManager | Invoked when a RowsManagerBase is no longer visible, meaning it's Parent row is collapsed. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| RegisterBottomRow | Registers a RowBase as a row that should be displayed below all other rows, such as the FooterRow |
| RegisterChildRowsManager | Adds the specified RowsManagerBase as a visible child manager, so that it will be considered in the rendering of rows. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| RegisterTopRow | Registers a RowBase as a row that should be displayed above all other rows, such as the HeaderRow |
| RemoveItem | Overloaded. Removes a row from the underlying ItemSource |
| RemoveRange | Removes the specified rows from the collection. |
| ResetAddNewRows | Assigns a new data object to the Infragistics.Controls.Grids.Primitives.AddNewRow object. |
| ResetFilterRows | Clears the underlying dataobject for the FilterRow UI. |
| ResetRows | Clears the cached rows and invalidates the rows. |
| ResolveGroupByLevel | Walks up the RowsManager chain and checks to see if there are any other RowsManager above this level that have a GroupByLevel. |
| ResolveIndentation | Returns the amount of indentation that should be allocated for the RowsManagerBase. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| ResolveIndexForRow | Overridden. Returns the index for a given row. |
| ResolveRowForIndex | Overridden. Returns the RowBase for the given index. |
| SortVisibleChildManagers | Sorts the VisibleChildmanagers (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| UnregisterAllChildRowsManager | Removes all visible child managers, so that they will no longer be considered in the rendering of rows. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| UnregisterBottomRow | Unregisters a RowBase that was registered to be displayed below all other rows. |
| UnregisterChildRowsManager | Removes the specified RowsManagerBase as a visible child manager, so that it will no longer be considered in the rendering of rows. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| UnregisterRowsManager | Overridden. When a RowsManager is no longer needed, this method should be called, to detach all events that are hooked up. To avoid Memory leaks. |
| UnregisterTopRow | Unregisters a RowBase that was registered to be displayed above of all other rows.. |
| ValidatePagerInformation | Ensures the Pager control's current page index is set correctly after changing the data source. |