menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridGroupSummaryCellRenderer - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridGroupSummaryCellRenderer

    GridGroupSummaryCellRenderer is a class for cell renderer that displays Android.Widget.TextView in a GridGroupSummaryCell. The class provides strong typed override methods for initializing content of the cell and arranging the cell visuals.

    Updates to appearance and content of child elements, creation and unloading of views will not trigger layout or render calls in parent canvas.

    Inheritance
    System.Object
    GridCellRendererBase
    GridVirtualizingCellRendererBase<Android.Widget.TextView, GridGroupSummaryCell>
    GridGroupSummaryCellRenderer
    Implements
    IGridCellRenderer
    System.IDisposable
    Inherited Members
    GridCellRendererBase.BeginEdit(RowColumnIndex, CellElement, GridColumn, Object)
    GridCellRendererBase.CanUpdateBinding(DataColumnBase)
    GridCellRendererBase.ClearRecycleBin()
    GridCellRendererBase.CommitCellValue(Boolean)
    GridCellRendererBase.Context
    GridCellRendererBase.CurrentCellElement
    GridCellRendererBase.CurrentCellIndex
    GridCellRendererBase.CurrentCellRendererElement
    GridCellRendererBase.DataGrid
    GridCellRendererBase.Dispose()
    GridCellRendererBase.Dispose(Boolean)
    GridCellRendererBase.EndEdit(DataColumnBase, Object)
    GridCellRendererBase.GetControlValue()
    GridCellRendererBase.HasCurrentCellState
    GridCellRendererBase.IGridCellRenderer.UpdateColumnInfo(DataColumnBase)
    GridCellRendererBase.IsEditable
    GridCellRendererBase.IsFocusable
    GridCellRendererBase.Layout(RowColumnIndex, View, Int32, Int32, Int32, Int32)
    GridCellRendererBase.Measure(RowColumnIndex, View, Int32, Int32)
    GridCellRendererBase.OnLayout(RowColumnIndex, View, Int32, Int32, Int32, Int32)
    GridCellRendererBase.OnMeasure(RowColumnIndex, View, Int32, Int32)
    GridCellRendererBase.OnPrepareViews(DataColumnBase)
    GridCellRendererBase.OnRefreshDisplayValue(DataColumnBase)
    GridCellRendererBase.OnUnloadViews(DataColumnBase)
    GridCellRendererBase.OnUpdateCellStyle(DataColumnBase)
    GridCellRendererBase.OnUpdateColumnInfo(DataColumnBase)
    GridCellRendererBase.PrepareViews(DataColumnBase)
    GridCellRendererBase.RefreshDisplayValue(DataColumnBase)
    GridCellRendererBase.ResetCurrentCellState()
    GridCellRendererBase.SetControlValue(Object)
    GridCellRendererBase.SetCurrentCellState(RowColumnIndex, CellElement, Boolean)
    GridCellRendererBase.SetFocus(Boolean)
    GridCellRendererBase.SetFocus(View, Boolean)
    GridCellRendererBase.SupportsRenderOptimization
    GridCellRendererBase.UnloadViews(DataColumnBase)
    GridCellRendererBase.UpdateCellStyle(DataColumnBase)
    GridCellRendererBase.UpdateCellValue(DataColumnBase)
    GridCellRendererBase.UpdateColumnInfo(DataColumnBase)
    GridCellRendererBase.UpdateCurrentCellState(View, Boolean)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.AllowRecycle
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.BeginEdit(RowColumnIndex, CellElement, GridColumn, Object)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.ClearRecycleBin()
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.CommitCellValue(Boolean)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.CreateOrRecycleDisplayUIView()
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.displayRecycleBin
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.Dispose(Boolean)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.editRecycleBin
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.EndEdit(DataColumnBase, Object)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.InitializeDisplayView(DataColumnBase, TextView)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.InitializeEditView(DataColumnBase, GridGroupSummaryCell)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnCreateDisplayUIView()
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnCreateEditUIView()
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnEnteredEditMode(DataColumnBase, View)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnInitializeDisplayView(DataColumnBase, TextView)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnInitializeEditView(DataColumnBase, GridGroupSummaryCell)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnLayout(RowColumnIndex, View, Int32, Int32, Int32, Int32)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnMeasure(RowColumnIndex, View, Int32, Int32)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnPrepareViews(DataColumnBase)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnRefreshDisplayValue(DataColumnBase)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnUnloadViews(DataColumnBase)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnUpdateColumnInfo(DataColumnBase)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.OnUpdateDisplayValue(DataColumnBase, TextView)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.UnwireEditUIElement(GridGroupSummaryCell)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.UpdateColumnElement(DataColumnBase)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.UpdateDisplayValue(DataColumnBase, TextView)
    GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>.WireEditUIElement(GridGroupSummaryCell)
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class GridGroupSummaryCellRenderer : GridVirtualizingCellRendererBase<TextView, GridGroupSummaryCell>, IGridCellRenderer, IDisposable

    Constructors

    GridGroupSummaryCellRenderer()

    Initializes a new instance of the GridGroupSummaryCellRenderer class.

    Declaration
    public GridGroupSummaryCellRenderer()

    Methods

    OnCreateDisplayUIView()

    Creates a new Android.Widget.TextView view and initializes it with the required properties.

    Declaration
    protected override TextView OnCreateDisplayUIView()
    Returns
    Type Description
    Android.Widget.TextView

    A new Android.Widget.TextView view.

    Overrides
    Syncfusion.SfDataGrid.GridVirtualizingCellRendererBase<Android.Widget.TextView, Syncfusion.SfDataGrid.GridGroupSummaryCell>.OnCreateDisplayUIView()

    OnInitializeDisplayView(DataColumnBase, TextView)

    Initializes the column element of a Syncfusion.SfDataGrid.DataColumn object with the given Android.Widget.TextView view and required values.

    Declaration
    public override void OnInitializeDisplayView(DataColumnBase dataColumn, TextView view)
    Parameters
    Type Name Description
    Syncfusion.SfDataGrid.DataColumnBase dataColumn

    The data column object containing the values to be updated in the view.

    Android.Widget.TextView view

    A Android.Widget.TextView view to be hosted inside the column element.

    Overrides
    Syncfusion.SfDataGrid.GridVirtualizingCellRendererBase<Android.Widget.TextView, Syncfusion.SfDataGrid.GridGroupSummaryCell>.OnInitializeDisplayView(Syncfusion.SfDataGrid.DataColumnBase, Android.Widget.TextView)

    OnUpdateCellValue(DataColumnBase)

    Updates the cell value of the grouped column.

    Declaration
    protected override void OnUpdateCellValue(DataColumnBase dataColumn)
    Parameters
    Type Name Description
    Syncfusion.SfDataGrid.DataColumnBase dataColumn

    The data column.

    Overrides
    GridCellRendererBase.OnUpdateCellValue(DataColumnBase)

    OnUpdateDisplayValue(DataColumnBase, TextView)

    Updates the column element of a Syncfusion.SfDataGrid.DataColumn object with the given Android.Widget.TextView view and required values.

    Declaration
    public override void OnUpdateDisplayValue(DataColumnBase dataColumn, TextView view)
    Parameters
    Type Name Description
    Syncfusion.SfDataGrid.DataColumnBase dataColumn

    The data column object containing the values to be updated in the view.

    Android.Widget.TextView view

    A Android.Widget.TextView view to be updated inside the column element.

    Overrides
    Syncfusion.SfDataGrid.GridVirtualizingCellRendererBase<Android.Widget.TextView, Syncfusion.SfDataGrid.GridGroupSummaryCell>.OnUpdateDisplayValue(Syncfusion.SfDataGrid.DataColumnBase, Android.Widget.TextView)

    UpdateColumnElement(DataColumnBase)

    Updates the column element of the passed dataColumn.

    Declaration
    protected override CellElement UpdateColumnElement(DataColumnBase dataColumn)
    Parameters
    Type Name Description
    Syncfusion.SfDataGrid.DataColumnBase dataColumn

    The data column.

    Returns
    Type Description
    CellElement

    The column element.

    Overrides
    Syncfusion.SfDataGrid.GridVirtualizingCellRendererBase<Android.Widget.TextView, Syncfusion.SfDataGrid.GridGroupSummaryCell>.UpdateColumnElement(Syncfusion.SfDataGrid.DataColumnBase)

    Implements

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