Class DataGridCaptionSummaryCellRenderer
to do
Inheritance
System.Object
DataGridCaptionSummaryCellRenderer
Inherited Members
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridCaptionSummaryCellRenderer : DataGridCellRenderer<SfDataGridLabel, View>, IDataGridCellRenderer, IDisposable
Constructors
DataGridCaptionSummaryCellRenderer()
Initializes a new instance of the DataGridCaptionSummaryCellRenderer class.
Declaration
public DataGridCaptionSummaryCellRenderer()
Methods
CanUpdateBinding(DataColumnBase)
Declaration
public override bool CanUpdateBinding(DataColumnBase dataColumnBase)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.DataColumnBase | dataColumnBase |
Returns
Type |
---|
System.Boolean |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Microsoft.Maui.Controls.View>.CanUpdateBinding(Syncfusion.Maui.DataGrid.DataColumnBase)
OnCreateDisplayUIView()
Creates a new SfDataGridLabel view and initializes it with the required properties.
Declaration
protected override SfDataGridLabel OnCreateDisplayUIView()
Returns
Type | Description |
---|---|
SfDataGridLabel | A new SfDataGridLabel view. |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Microsoft.Maui.Controls.View>.OnCreateDisplayUIView()
OnInitializeDisplayView(DataColumnBase, SfDataGridLabel)
Initializes the column element of a Syncfusion.Maui.DataGrid.DataColumn object with the given
Declaration
protected override void OnInitializeDisplayView(DataColumnBase dataColumn, SfDataGridLabel view)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.DataColumnBase | dataColumn | The data column object containing the values to be updated in the view. |
SfDataGridLabel | view | A |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Microsoft.Maui.Controls.View>.OnInitializeDisplayView(Syncfusion.Maui.DataGrid.DataColumnBase, Syncfusion.Maui.DataGrid.SfDataGridLabel)
OnSetCellStyle(DataColumnBase)
Called when the cell style is set.
Declaration
protected override void OnSetCellStyle(DataColumnBase dataColumn)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.DataColumnBase | dataColumn |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Microsoft.Maui.Controls.View>.OnSetCellStyle(Syncfusion.Maui.DataGrid.DataColumnBase)
OnUpdateCellValue(DataColumnBase)
Updates the cell value of the grouped column.
Declaration
protected override void OnUpdateCellValue(DataColumnBase dataColumn)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.DataColumnBase | dataColumn | The data column. |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Microsoft.Maui.Controls.View>.OnUpdateCellValue(Syncfusion.Maui.DataGrid.DataColumnBase)
Implements
System.IDisposable