Class GridTableSummaryCellRenderer
Inheritance
System.Object
GridTableSummaryCellRenderer
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid.Renderers
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridTableSummaryCellRenderer : GridVirtualizingCellRenderer<TextBlock, GridTableSummaryCell>, IGridCellRenderer, IDisposable
Constructors
GridTableSummaryCellRenderer()
Initializes a new instance of GridTableSummaryCellRenderer class.
Declaration
public GridTableSummaryCellRenderer()
Methods
InitializeCellStyle(DataColumnBase, Object)
Initializes the custom style for cell when the corresponding API's and selectors are used.
Declaration
protected override void InitializeCellStyle(DataColumnBase dataColumn, object record)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | Specifies the corresponding DataColumnBase. |
System.Object | record | Specifies the corresponding record. |
Overrides
Syncfusion.UI.Xaml.DataGrid.Renderers.GridVirtualizingCellRendererBase<Microsoft.UI.Xaml.Controls.TextBlock, Syncfusion.UI.Xaml.DataGrid.GridTableSummaryCell>.InitializeCellStyle(Syncfusion.UI.Xaml.DataGrid.DataColumnBase, System.Object)
OnInitializeEditElement(DataColumnBase, GridTableSummaryCell, Object)
Initializes the binding for editor of corresponding column.
Declaration
public override void OnInitializeEditElement(DataColumnBase dataColumn, GridTableSummaryCell uiElement, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | Specifies the corresponding DataColumnBase. |
GridTableSummaryCell | uiElement | Specifies the corresponding renderer element. |
System.Object | dataContext | Specifies the dataContext of the cell. |
Overrides
Syncfusion.UI.Xaml.DataGrid.Renderers.GridVirtualizingCellRenderer<Microsoft.UI.Xaml.Controls.TextBlock, Syncfusion.UI.Xaml.DataGrid.GridTableSummaryCell>.OnInitializeEditElement(Syncfusion.UI.Xaml.DataGrid.DataColumnBase, Syncfusion.UI.Xaml.DataGrid.GridTableSummaryCell, System.Object)
OnUpdateEditBinding(DataColumnBase, GridTableSummaryCell, Object)
Updates the binding for editor control of corresponding column.
Declaration
public override void OnUpdateEditBinding(DataColumnBase dataColumn, GridTableSummaryCell element, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | Specifies the corresponding DataColumnBase. |
GridTableSummaryCell | element | Specifies the corresponding GridTableSummaryCell. |
System.Object | dataContext | Specifies the data context of the cell. |
Overrides
Syncfusion.UI.Xaml.DataGrid.Renderers.GridVirtualizingCellRenderer<Microsoft.UI.Xaml.Controls.TextBlock, Syncfusion.UI.Xaml.DataGrid.GridTableSummaryCell>.OnUpdateEditBinding(Syncfusion.UI.Xaml.DataGrid.DataColumnBase, Syncfusion.UI.Xaml.DataGrid.GridTableSummaryCell, System.Object)
Implements
System.IDisposable