| | Name | Description |
 | CompareTo | Should be overriden by a base class to determine which RowsManager should be displayed first. |
 | InvalidateData | Triggers all Data operations such as sorting and GroupBy to be invalidated. |
 | OnChildColumnLayoutAdded | Raised when a ColumnLayout is added to the owning ColumnLayout's Columns collection. |
 | OnChildColumnLayoutRemoved | Raised when a ColumnLayout is removed from the owning ColumnLayout's Columns collection. |
 | OnChildColumnLayoutVisibilityChanged | Raised when a child ColumnLayout of the owning ColumnLayout, visibility changes. |
 | OnColumnLayoutAssigned | Called when the ColumnLayout assigned to this RowsManagerBase changes. |
 | OnColumnLayoutPropertyChanged | Raised when a property has changed on the ColumnLayout that this RowsManagerBase represents. |
 | OnColumnLayoutReset | Raised when the ColumnLayout wasn't removed, but it's data has been reset. |
 | OnRegisteredAsVisibleChildManager | Invoked when a RowsManagerBase is now visible, meaning it's Parent row is expanded. |
 | OnUnregisteredAsVisibleChildManager | 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. |
 | ResolveIndentation | Returns the amount of indentation that should be allocated for the RowsManagerBase. |
 | ResolveIndexForRow | Returns the index for a given row. |
 | ResolveRowForIndex | Returns the RowBase for the given index. |
 | SortVisibleChildManagers | Sorts the VisibleChildmanagers |
 | UnregisterAllChildRowsManager | Removes all visible child managers, so that they will no longer be considered in the rendering of rows. |
 | UnregisterChildRowsManager | Removes the specified RowsManagerBase as a visible child manager, so that it will no longer be considered in the rendering of rows. |
 | 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. |