Class GridSummaryCellRenderer
Inheritance
System.Object
GridSummaryCellRenderer
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid.Renderers
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridSummaryCellRenderer : GridVirtualizingCellRenderer<GridGroupSummaryCell, GridGroupSummaryCell>, IGridCellRenderer, IDisposable
Constructors
GridSummaryCellRenderer()
Initialize a new instance of GridSummaryCellRenderer class.
Declaration
public GridSummaryCellRenderer()
Methods
InitializeCellStyle(DataColumnBase, Object)
Initialize the custom style for cell when 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<Syncfusion.UI.Xaml.DataGrid.GridGroupSummaryCell, Syncfusion.UI.Xaml.DataGrid.GridGroupSummaryCell>.InitializeCellStyle(Syncfusion.UI.Xaml.DataGrid.DataColumnBase, System.Object)
OnInitializeEditElement(DataColumnBase, GridGroupSummaryCell, Object)
Initialize the binding for editor control of corresponding column.
Declaration
public override void OnInitializeEditElement(DataColumnBase dataColumn, GridGroupSummaryCell uiElement, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | Specifies the corresponding DataColumnBase. |
GridGroupSummaryCell | uiElement | Specifies the corresponding renderer element. |
System.Object | dataContext | Specifies the dataContext of the cell. |
Overrides
Syncfusion.UI.Xaml.DataGrid.Renderers.GridVirtualizingCellRenderer<Syncfusion.UI.Xaml.DataGrid.GridGroupSummaryCell, Syncfusion.UI.Xaml.DataGrid.GridGroupSummaryCell>.OnInitializeEditElement(Syncfusion.UI.Xaml.DataGrid.DataColumnBase, Syncfusion.UI.Xaml.DataGrid.GridGroupSummaryCell, System.Object)
OnUpdateEditBinding(DataColumnBase, GridGroupSummaryCell, Object)
Updates the binding for editor control of the corresponding column.
Declaration
public override void OnUpdateEditBinding(DataColumnBase dataColumn, GridGroupSummaryCell element, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | Specifies the corresponding DataColumnBase. |
GridGroupSummaryCell | element | Specifies the corresponding GridGroupSummaryCell. |
System.Object | dataContext | Specifies the data context of the cell. |
Overrides
Syncfusion.UI.Xaml.DataGrid.Renderers.GridVirtualizingCellRenderer<Syncfusion.UI.Xaml.DataGrid.GridGroupSummaryCell, Syncfusion.UI.Xaml.DataGrid.GridGroupSummaryCell>.OnUpdateEditBinding(Syncfusion.UI.Xaml.DataGrid.DataColumnBase, Syncfusion.UI.Xaml.DataGrid.GridGroupSummaryCell, System.Object)
Implements
System.IDisposable