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