The following tables list the members exposed by RowsManagerBase.
Name | Description | |
---|---|---|
ColumnLayout | Gets the ColumnLayout object that is associated with the RowsManagerBase. | |
Level | Gets the level in the hierarchy of the RowsManagerBase. | |
ParentRow | The ParentRow that owns this RowsManagerBase. | |
Rows | Gets the collection of RowBase objects that this RowsManagerBase represents. |
Name | Description | |
---|---|---|
FullRowCount | Gets the total amount of rows that can be displayed for the RowsManagerBase. | |
VisibleChildManagers | Gets a list of currently visible child RowsManagerBase objects. |
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the unmanaged resources used by the RowsManagerBase and optionally releases the managed resources. | |
GetCellScopedConditions | Creates a collection of IConditionalFormattingRuleProxy objects scoped to StyleScope.Cell for a given Column. | |
GetRowScopedConditions | Creates a collection of IConditionalFormattingRuleProxy objects scoped to StyleScope.Row. | |
InvalidateRows | Clears rows and child rows and lets the grid rerender. | |
RefreshSummaries | Reevaluates the data for the summaries on the rows. |
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. |