menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridNumericCellRenderer

    A class for cell renderer that displays SfDataGridLabel in a DataGridCell. The class provides strong typed override methods for initializing Content of the cell and arranging the cell visuals.

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

    Constructors

    DataGridNumericCellRenderer()

    ToDo

    Declaration
    public DataGridNumericCellRenderer()

    Methods

    GetControlValue()

    Returns the current cell value, only if the renderer's is true.

    Declaration
    public override object GetControlValue()
    Returns
    Type Description
    System.Object

    The current cell value.

    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Syncfusion.Maui.Inputs.SfNumericEntry>.GetControlValue()

    OnCreateDisplayUIView()

    Creates the view for the display UI.

    Declaration
    protected override SfDataGridLabel OnCreateDisplayUIView()
    Returns
    Type
    SfDataGridLabel
    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Syncfusion.Maui.Inputs.SfNumericEntry>.OnCreateDisplayUIView()

    OnCreateEditUIView()

    Creates a new view for the edit mode of cell.

    Declaration
    protected override SfNumericEntry OnCreateEditUIView()
    Returns
    Type Description
    SfNumericEntry

    Returns the new view for edit mode of cell.

    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Syncfusion.Maui.Inputs.SfNumericEntry>.OnCreateEditUIView()

    OnInitializeEditView(DataColumnBase, SfNumericEntry)

    Initializes the edit column element of a Syncfusion.Maui.DataGrid.DataColumn object with the given view and required values.

    Declaration
    public override void OnInitializeEditView(DataColumnBase dataColumn, SfNumericEntry view)
    Parameters
    Type Name Description
    Syncfusion.Maui.DataGrid.DataColumnBase dataColumn

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

    SfNumericEntry view

    The child view to be hosted inside the column element.

    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Syncfusion.Maui.Inputs.SfNumericEntry>.OnInitializeEditView(Syncfusion.Maui.DataGrid.DataColumnBase, Syncfusion.Maui.Inputs.SfNumericEntry)

    OnUpdateCellValue(DataColumnBase)

    Called when the cell value is updated.

    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, Syncfusion.Maui.Inputs.SfNumericEntry>.OnUpdateCellValue(Syncfusion.Maui.DataGrid.DataColumnBase)

    ResumeBinding(DataColumnBase, SfDataGridLabel)

    Resume the binding of a SfLabel view Syncfusion.Maui.DataGrid.DataColumn .

    Declaration
    protected override void ResumeBinding(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

    The child view to be hosted inside the column element.

    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Syncfusion.Maui.Inputs.SfNumericEntry>.ResumeBinding(Syncfusion.Maui.DataGrid.DataColumnBase, Syncfusion.Maui.DataGrid.SfDataGridLabel)

    SetControlValue(Object)

    Set the current cell value, only if the renderer's is true.

    Declaration
    public override void SetControlValue(object value)
    Parameters
    Type Name Description
    System.Object value

    The value to be set to the current cell.

    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Syncfusion.Maui.Inputs.SfNumericEntry>.SetControlValue(System.Object)

    SuspendBinding(DataColumnBase, SfDataGridLabel)

    Suspend the binding of a SfLabel view Syncfusion.Maui.DataGrid.DataColumn .

    Declaration
    protected override void SuspendBinding(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

    The child view to be hosted inside the column element.

    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Syncfusion.Maui.Inputs.SfNumericEntry>.SuspendBinding(Syncfusion.Maui.DataGrid.DataColumnBase, Syncfusion.Maui.DataGrid.SfDataGridLabel)

    UnwireEditUIElement(SfNumericEntry)

    Unwires the edit element to the view.

    Declaration
    protected override void UnwireEditUIElement(SfNumericEntry editElement)
    Parameters
    Type Name Description
    SfNumericEntry editElement
    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Syncfusion.Maui.Inputs.SfNumericEntry>.UnwireEditUIElement(Syncfusion.Maui.Inputs.SfNumericEntry)

    UpdateEditViewCellStyle(DataColumnBase, SfNumericEntry)

    Updates the cell style of the edit element in a grid cell.

    Declaration
    protected override void UpdateEditViewCellStyle(DataColumnBase dataColumn, SfNumericEntry editView)
    Parameters
    Type Name Description
    Syncfusion.Maui.DataGrid.DataColumnBase dataColumn

    The data column.

    SfNumericEntry editView

    The edit view hosted inside a column element.

    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridLabel, Syncfusion.Maui.Inputs.SfNumericEntry>.UpdateEditViewCellStyle(Syncfusion.Maui.DataGrid.DataColumnBase, Syncfusion.Maui.Inputs.SfNumericEntry)

    Implements

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