Class DataTemplateCellRenderer
Inheritance
System.Object
DataTemplateCellRenderer
Namespace: BoldReports.RDL.Controls
Assembly: BoldReports.UWP.dll
Syntax
public class DataTemplateCellRenderer : GridVirtualizingCellRenderer<ContentControl, ContentControl>
Constructors
DataTemplateCellRenderer()
Declaration
public DataTemplateCellRenderer()
Methods
InitializeTemplateElement(ContentControl, GridStyleInfo)
Called to initialize the content of the cell using the information from the cell style (value, text, behavior etc.). You must override this method in your derived class.
Declaration
protected override void InitializeTemplateElement(ContentControl uiElement, GridStyleInfo style)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.UI.Xaml.Controls.ContentControl | uiElement | The UI element. |
| Syncfusion.UI.Xaml.CellGrid.Styles.GridStyleInfo | style | The cell style info. |