The following tables list the members exposed by MergedCellsRenderAdorner.
Name | Description | |
---|---|---|
MergedCellsRenderAdorner Constructor | Initializs a new instance of the MergedCellsRenderAdorner |
Name | Description | |
---|---|---|
XamGrid | The XamGridRenderAdorner.XamGrid that this XamGridRenderAdorner belongs to. (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner) |
Name | Description | |
---|---|---|
RowsPanel | The XamGridRenderAdorner.RowsPanel that this object will append to. (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner) |
Name | Description | |
---|---|---|
ArrangeAdornments | Overridden. Arranges MergedContentcontrols over the RowsPanel | |
ArrangeAfterRow | Overridden. If needed, SummaryRows and Separators are appended to a Infragistics.Controls.Grids.RowBase | |
Initialize | Overridden. Allows the XamGridRenderAdorner to prepare itself for a new Layout phase | |
Measure | Performs a measure for all elements that should be added to the XamGridRenderAdorner.RowsPanel (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner) | |
MeasureAfterRow | Overridden. If additional content is going to added after the row, this is where its measured | |
RegisterRowsPanel | Registers the XamGridRenderAdorner.RowsPanel that this XamGridRenderAdorner will insert elements into. (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner) | |
Reset | Overridden. Releases all elements that this specific XamGridRenderAdorner has added to the RowsPanel | |
UnregisterRowsPanel | Unregisters the XamGridRenderAdorner.RowsPanel that this XamGridRenderAdorner inserted elements into. (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner) |
Name | Description | |
---|---|---|
AddElement | If GetElement returned null, then AddElement should be used to register that element with XamGridRenderAdorner.RowsPanel (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner) | |
GetElement | If an element actually exists for the specified keys it is returned, otherwise null is returned. (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner) | |
MeasureAdorners | Overridden. Measures MergedContentControls, SummaryRows and separators for the merged cells feature. | |
RegisterObjectUsed | Registers a particualr object as being used. (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner) | |
UnregisterElement | Overloaded. Given the the obj and key to look up this object by, the UIElement that it represents its removed from XamGridRenderAdorner.RowsPanel (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner) | |
UnregisterObject | Unregisters the specific object, and removes its element from the XamGridRenderAdorner.RowsPanel (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner) |