Version

MergedCellsRenderAdorner Class Members

The following tables list the members exposed by MergedCellsRenderAdorner.

Public Constructors
 NameDescription
Public ConstructorMergedCellsRenderAdorner ConstructorInitializs a new instance of the MergedCellsRenderAdorner  
Public Properties
Protected Properties
 NameDescription
Protected PropertyRowsPanelThe XamGridRenderAdorner.RowsPanel that this object will append to. (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner)
Public Methods
 NameDescription
Public MethodArrangeAdornmentsOverridden. Arranges MergedContentcontrols over the RowsPanel  
Public MethodArrangeAfterRowOverridden. If needed, SummaryRows and Separators are appended to a Infragistics.Controls.Grids.RowBase  
Public MethodInitializeOverridden. Allows the XamGridRenderAdorner to prepare itself for a new Layout phase  
Public MethodMeasurePerforms a measure for all elements that should be added to the XamGridRenderAdorner.RowsPanel (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner)
Public MethodMeasureAfterRowOverridden. If additional content is going to added after the row, this is where its measured  
Public MethodRegisterRowsPanelRegisters the XamGridRenderAdorner.RowsPanel that this XamGridRenderAdorner will insert elements into. (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner)
Public MethodResetOverridden. Releases all elements that this specific XamGridRenderAdorner has added to the RowsPanel  
Public MethodUnregisterRowsPanelUnregisters the XamGridRenderAdorner.RowsPanel that this XamGridRenderAdorner inserted elements into. (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner)
Protected Methods
 NameDescription
Protected MethodAddElementIf GetElement returned null, then AddElement should be used to register that element with XamGridRenderAdorner.RowsPanel (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner)
Protected MethodGetElementIf an element actually exists for the specified keys it is returned, otherwise null is returned. (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner)
Protected MethodMeasureAdornersOverridden. Measures MergedContentControls, SummaryRows and separators for the merged cells feature.  
Protected MethodRegisterObjectUsedRegisters a particualr object as being used. (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner)
Protected MethodUnregisterElementOverloaded. 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)
Protected MethodUnregisterObjectUnregisters the specific object, and removes its element from the XamGridRenderAdorner.RowsPanel (Inherited from Infragistics.Controls.Grids.Primitives.XamGridRenderAdorner)
See Also