menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridCaptionSummaryCellRenderer

    to do

    Inheritance
    System.Object
    DataGridCellRenderer<SfDataGridLabel, Microsoft.Maui.Controls.View>
    DataGridCaptionSummaryCellRenderer
    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 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 view and required values.

    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 view to be hosted inside the column element.

    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

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