menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridTableSummaryCellRenderer - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridTableSummaryCellRenderer

    A class for cell renderer that displays table summary contents in a DataGridTableSummaryCell..

    Inheritance
    System.Object
    DataGridCellRenderer<SfDataGridLabel, Microsoft.Maui.Controls.View>
    DataGridTableSummaryCellRenderer
    Implements
    IDataGridCellRenderer
    System.IDisposable
    Inherited Members
    DataGridCellRenderer<SfDataGridLabel, View>.BeginEdit(RowColumnIndex, DataGridCell, DataGridColumn, Object)
    DataGridCellRenderer<SfDataGridLabel, View>.CanUpdateBinding(DataColumnBase)
    DataGridCellRenderer<SfDataGridLabel, View>.ClearRecycleBin()
    DataGridCellRenderer<SfDataGridLabel, View>.CommitCellValue(Boolean)
    DataGridCellRenderer<SfDataGridLabel, View>.CurrentCellElement
    DataGridCellRenderer<SfDataGridLabel, View>.CurrentCellIndex
    DataGridCellRenderer<SfDataGridLabel, View>.CurrentCellRendererElement
    DataGridCellRenderer<SfDataGridLabel, View>.DataGrid
    DataGridCellRenderer<SfDataGridLabel, View>.Dispose()
    DataGridCellRenderer<SfDataGridLabel, View>.Dispose(Boolean)
    DataGridCellRenderer<SfDataGridLabel, View>.EndEdit(DataColumnBase, Object, Boolean)
    DataGridCellRenderer<SfDataGridLabel, View>.GetControlValue()
    DataGridCellRenderer<SfDataGridLabel, View>.HasCurrentCellState
    DataGridCellRenderer<SfDataGridLabel, View>.IsEditable
    DataGridCellRenderer<SfDataGridLabel, View>.IsFocusable
    DataGridCellRenderer<SfDataGridLabel, View>.IsInEditing
    DataGridCellRenderer<SfDataGridLabel, View>.OnCreateDisplayUIView()
    DataGridCellRenderer<SfDataGridLabel, View>.OnCreateEditUIView()
    DataGridCellRenderer<SfDataGridLabel, View>.OnEnteredEditMode(DataColumnBase, View)
    DataGridCellRenderer<SfDataGridLabel, View>.OnInitializeDisplayView(DataColumnBase, SfDataGridLabel)
    DataGridCellRenderer<SfDataGridLabel, View>.OnInitializeEditView(DataColumnBase, View)
    DataGridCellRenderer<SfDataGridLabel, View>.OnPrepareViews(DataColumnBase)
    DataGridCellRenderer<SfDataGridLabel, View>.OnSetCellStyle(DataColumnBase)
    DataGridCellRenderer<SfDataGridLabel, View>.OnUnloadViews(DataColumnBase)
    DataGridCellRenderer<SfDataGridLabel, View>.OnUpdateCellValue(DataColumnBase)
    DataGridCellRenderer<SfDataGridLabel, View>.PrepareViews(DataColumnBase)
    DataGridCellRenderer<SfDataGridLabel, View>.RefreshDisplayValue(DataColumnBase)
    DataGridCellRenderer<SfDataGridLabel, View>.ResetCurrentCellState()
    DataGridCellRenderer<SfDataGridLabel, View>.ResumeBinding(DataColumnBase, SfDataGridLabel)
    DataGridCellRenderer<SfDataGridLabel, View>.SetCellStyle(DataColumnBase)
    DataGridCellRenderer<SfDataGridLabel, View>.SetControlValue(Object)
    DataGridCellRenderer<SfDataGridLabel, View>.SetCurrentCellState(RowColumnIndex, DataGridCell, Boolean)
    DataGridCellRenderer<SfDataGridLabel, View>.SetFocus(Boolean)
    DataGridCellRenderer<SfDataGridLabel, View>.SetFocus(View, Boolean)
    DataGridCellRenderer<SfDataGridLabel, View>.SupportsRenderOptimization
    DataGridCellRenderer<SfDataGridLabel, View>.SuspendBinding(DataColumnBase, SfDataGridLabel)
    DataGridCellRenderer<SfDataGridLabel, View>.UnloadViews(DataColumnBase)
    DataGridCellRenderer<SfDataGridLabel, View>.UnwireEditUIElement(View)
    DataGridCellRenderer<SfDataGridLabel, View>.UpdateCellValue(DataColumnBase)
    DataGridCellRenderer<SfDataGridLabel, View>.UpdateColumnInfo(DataColumnBase)
    DataGridCellRenderer<SfDataGridLabel, View>.UpdateCurrentCellState(View, Boolean)
    DataGridCellRenderer<SfDataGridLabel, View>.UpdateEditViewCellStyle(DataColumnBase, View)
    DataGridCellRenderer<SfDataGridLabel, View>.WireEditUIElement(View)
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridTableSummaryCellRenderer : DataGridCellRenderer<SfDataGridLabel, View>, IDataGridCellRenderer, IDisposable

    Constructors

    DataGridTableSummaryCellRenderer()

    Declaration
    public DataGridTableSummaryCellRenderer()

    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()

    Declaration
    protected override SfDataGridLabel OnCreateDisplayUIView()
    Returns
    Type
    SfDataGridLabel
    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Microsoft.Maui.Controls.View>.OnCreateDisplayUIView()

    OnInitializeDisplayView(DataColumnBase, SfDataGridLabel)

    Declaration
    protected override void OnInitializeDisplayView(DataColumnBase dataColumn, SfDataGridLabel label)
    Parameters
    Type Name Description
    Syncfusion.Maui.DataGrid.DataColumnBase dataColumn
    SfDataGridLabel label
    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)

    Declaration
    protected override void OnUpdateCellValue(DataColumnBase dataColumn)
    Parameters
    Type Name Description
    Syncfusion.Maui.DataGrid.DataColumnBase dataColumn
    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Microsoft.Maui.Controls.View>.OnUpdateCellValue(Syncfusion.Maui.DataGrid.DataColumnBase)

    Implements

    IDataGridCellRenderer
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved