menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridGroupSummaryCellRenderer

    Inheritance
    System.Object
    DataGridCellRenderer<SfDataGridLabel, Microsoft.Maui.Controls.View>
    DataGridGroupSummaryCellRenderer
    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 DataGridGroupSummaryCellRenderer : DataGridCellRenderer<SfDataGridLabel, View>, IDataGridCellRenderer, IDisposable

    Constructors

    DataGridGroupSummaryCellRenderer()

    Declaration
    public DataGridGroupSummaryCellRenderer()

    Methods

    CanUpdateBinding(DataColumnBase)

    Determines whether the binding for the column can be updated. Implement this method to update binding on particular renderer when the data context is set.

    Declaration
    public override bool CanUpdateBinding(DataColumnBase dataColumnBase)
    Parameters
    Type Name Description
    Syncfusion.Maui.DataGrid.DataColumnBase dataColumnBase

    The corresponding column for which the binding update should be determined.

    Returns
    Type Description
    System.Boolean

    TrueIf the binding is updated for the column, otherwise false.

    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Microsoft.Maui.Controls.View>.CanUpdateBinding(Syncfusion.Maui.DataGrid.DataColumnBase)

    OnCreateDisplayUIView()

    Creates a new SfDataGridLabelView and initializes it with the required properties.

    Declaration
    protected override SfDataGridLabel OnCreateDisplayUIView()
    Returns
    Type Description
    SfDataGridLabel

    A new SfDataGridLabelView.

    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 view)
    Parameters
    Type Name Description
    Syncfusion.Maui.DataGrid.DataColumnBase dataColumn
    SfDataGridLabel view
    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

    The spanned data column.

    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