| Name | Description |
| CompareTo | Overridden. Compares the index of the parent row of the manager, to the parent row index of the other manager. |
| InvalidateData | Triggers all Data operations such as sorting and GroupBy to be invalidated. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| OnChildColumnLayoutAdded | Overridden. Raised when a ColumnLayout is added to the owning ColumnLayout's Columns collection. |
| OnChildColumnLayoutRemoved | Overridden. Raised when a ColumnLayout is removed from the owning ColumnLayout's Columns collection. |
| OnChildColumnLayoutVisibilityChanged | Raised when a child RowsManagerBase.ColumnLayout of the owning ColumnLayout, visibility changes. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| OnColumnLayoutAssigned | Called when the ColumnLayout assigned to this RowsManagerBase changes. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| OnColumnLayoutPropertyChanged | Raised when a property has changed on the ColumnLayout that this RowsManagerBase represents. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| OnColumnLayoutReset | Raised when the ColumnLayout wasn't removed, but it's data has been reset. (Inherited from Infragistics.Controls.Grids.RowsManagerBase) |
| OnRegisteredAsVisibleChildManager | Overridden. Invoked when a RowsManagerBase is now visible, meaning it's Parent row is expanded. |
| OnUnregisteredAsVisibleChildManager | Overridden. Invoked when a RowsManagerBase is no longer visible, meaning it's Parent row is collapsed. |
| 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) |
| ResolveIndentation | Overridden. Resolves the indentation for a particular Infragistics.Controls.Grids.Primitives.ChildBand. |
| ResolveIndexForRow | Overridden. Resolves the index of the given Infragistics.Controls.Grids.Primitives.ChildBand. |
| ResolveRowForIndex | Overridden. Returns the Infragistics.Controls.Grids.Primitives.ChildBand 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) |
| 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. |