Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCaptionSummaryCellRenderer - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCaptionSummaryCellRenderer

    GridCaptionSummaryCellRenderer is a class for cell renderer that displays UIKit.UILabel in a GridCaptionSummaryCell. 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<UIKit.UILabel, GridCaptionSummaryCell>
    GridCaptionSummaryCellRenderer
    Implements
    IGridCellRenderer
    System.IDisposable
    Inherited Members
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.displayRecycleBin
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.editRecycleBin
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnPrepareViews(DataColumnBase)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.UpdateColumnElement(DataColumnBase)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnUnloadViews(DataColumnBase)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnUpdateColumnInfo(DataColumnBase)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnRefreshDisplayValue(DataColumnBase)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnLayout(RowColumnIndex, UIView, nfloat, nfloat, nfloat, nfloat)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnMeasure(RowColumnIndex, UIView, Int32, Int32)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.BeginEdit(RowColumnIndex, CellElement, GridColumn, Object)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.CommitCellValue(Boolean)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.EndEdit(DataColumnBase, Object)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnCreateDisplayUIView()
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.CreateOrRecycleDisplayUIView()
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnCreateEditUIView()
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.WireEditUIElement(GridCaptionSummaryCell)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.UnwireEditUIElement(GridCaptionSummaryCell)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnEnteredEditMode(DataColumnBase, UIView)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnInitializeEditView(DataColumnBase, GridCaptionSummaryCell)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnInitializeDisplayView(DataColumnBase, UILabel)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.OnUpdateDisplayValue(DataColumnBase, UILabel)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.InitializeDisplayView(DataColumnBase, UILabel)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.InitializeEditView(DataColumnBase, GridCaptionSummaryCell)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.UpdateDisplayValue(DataColumnBase, UILabel)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.ClearRecycleBin()
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.Dispose(Boolean)
    GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>.AllowRecycle
    GridCellRendererBase.OnLayout(RowColumnIndex, UIView, nfloat, nfloat, nfloat, nfloat)
    GridCellRendererBase.OnMeasure(RowColumnIndex, UIView, Int32, Int32)
    GridCellRendererBase.OnPrepareViews(DataColumnBase)
    GridCellRendererBase.OnUnloadViews(DataColumnBase)
    GridCellRendererBase.OnUpdateColumnInfo(DataColumnBase)
    GridCellRendererBase.OnUpdateCellStyle(DataColumnBase)
    GridCellRendererBase.OnRefreshDisplayValue(DataColumnBase)
    GridCellRendererBase.Layout(RowColumnIndex, UIView, nfloat, nfloat, nfloat, nfloat)
    GridCellRendererBase.Measure(RowColumnIndex, UIView, Int32, Int32)
    GridCellRendererBase.PrepareViews(DataColumnBase)
    GridCellRendererBase.UnloadViews(DataColumnBase)
    GridCellRendererBase.RefreshDisplayValue(DataColumnBase)
    GridCellRendererBase.IGridCellRenderer.UpdateColumnInfo(DataColumnBase)
    GridCellRendererBase.UpdateColumnInfo(DataColumnBase)
    GridCellRendererBase.UpdateCellValue(DataColumnBase)
    GridCellRendererBase.UpdateCellStyle(DataColumnBase)
    GridCellRendererBase.GetControlValue()
    GridCellRendererBase.SetControlValue(Object)
    GridCellRendererBase.SetCurrentCellState(RowColumnIndex, CellElement, Boolean)
    GridCellRendererBase.UpdateCurrentCellState(UIView, Boolean)
    GridCellRendererBase.ResetCurrentCellState()
    GridCellRendererBase.SetFocus(Boolean)
    GridCellRendererBase.BeginEdit(RowColumnIndex, CellElement, GridColumn, Object)
    GridCellRendererBase.EndEdit(DataColumnBase, Object)
    GridCellRendererBase.CommitCellValue(Boolean)
    GridCellRendererBase.ClearRecycleBin()
    GridCellRendererBase.CanUpdateBinding(DataColumnBase)
    GridCellRendererBase.SetFocus(UIView, Boolean)
    GridCellRendererBase.Dispose()
    GridCellRendererBase.Dispose(Boolean)
    GridCellRendererBase.SupportsRenderOptimization
    GridCellRendererBase.CurrentCellIndex
    GridCellRendererBase.CurrentCellElement
    GridCellRendererBase.CurrentCellRendererElement
    GridCellRendererBase.DataGrid
    GridCellRendererBase.IsEditable
    GridCellRendererBase.IsFocusable
    GridCellRendererBase.HasCurrentCellState
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public class GridCaptionSummaryCellRenderer : GridVirtualizingCellRendererBase<UILabel, GridCaptionSummaryCell>, IGridCellRenderer, IDisposable

    Constructors

    GridCaptionSummaryCellRenderer()

    Initializes a new instance of the GridCaptionSummaryCellRenderer class.

    Declaration
    public GridCaptionSummaryCellRenderer()

    Methods

    OnCreateDisplayUIView()

    Creates a new UIKit.UILabel view and initializes it with the required properties.

    Declaration
    protected override UILabel OnCreateDisplayUIView()
    Returns
    Type Description
    UIKit.UILabel

    A new UIKit.UILabel view.

    Overrides
    Syncfusion.SfDataGrid.GridVirtualizingCellRendererBase<UIKit.UILabel, Syncfusion.SfDataGrid.GridCaptionSummaryCell>.OnCreateDisplayUIView()

    OnInitializeDisplayView(DataColumnBase, UILabel)

    Initializes the column element of a Syncfusion.SfDataGrid.DataColumn object with the given UIKit.UILabel view and required values.

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

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

    UIKit.UILabel view

    A UIKit.UILabel view to be hosted inside the column element.

    Overrides
    Syncfusion.SfDataGrid.GridVirtualizingCellRendererBase<UIKit.UILabel, Syncfusion.SfDataGrid.GridCaptionSummaryCell>.OnInitializeDisplayView(Syncfusion.SfDataGrid.DataColumnBase, UIKit.UILabel)

    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, UILabel)

    Updates the column element of a Syncfusion.SfDataGrid.DataColumn object with the given UIKit.UILabel view and required values.

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

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

    UIKit.UILabel view

    A UIKit.UILabel view to be updated inside the column element.

    Overrides
    Syncfusion.SfDataGrid.GridVirtualizingCellRendererBase<UIKit.UILabel, Syncfusion.SfDataGrid.GridCaptionSummaryCell>.OnUpdateDisplayValue(Syncfusion.SfDataGrid.DataColumnBase, UIKit.UILabel)

    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<UIKit.UILabel, Syncfusion.SfDataGrid.GridCaptionSummaryCell>.UpdateColumnElement(Syncfusion.SfDataGrid.DataColumnBase)

    Implements

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