menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridImageCellRenderer

    /// A class for cell renderer that displays Microsoft.Maui.Controls.ImageSource in a DataGridCell.

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

    Constructors

    DataGridImageCellRenderer()

    ToDo

    Declaration
    public DataGridImageCellRenderer()

    Methods

    OnCreateDisplayUIView()

    ToDo

    Declaration
    protected override SfDataGridImage OnCreateDisplayUIView()
    Returns
    Type
    SfDataGridImage
    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridImage, Microsoft.Maui.Controls.View>.OnCreateDisplayUIView()

    OnInitializeDisplayView(DataColumnBase, SfDataGridImage)

    ToDo

    Declaration
    protected override void OnInitializeDisplayView(DataColumnBase dataColumn, SfDataGridImage view)
    Parameters
    Type Name Description
    Syncfusion.Maui.DataGrid.DataColumnBase dataColumn
    SfDataGridImage view
    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridImage, Microsoft.Maui.Controls.View>.OnInitializeDisplayView(Syncfusion.Maui.DataGrid.DataColumnBase, Syncfusion.Maui.DataGrid.SfDataGridImage)

    OnUnloadViews(DataColumnBase)

    ToDo

    Declaration
    protected override void OnUnloadViews(DataColumnBase dataColumn)
    Parameters
    Type Name Description
    Syncfusion.Maui.DataGrid.DataColumnBase dataColumn
    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridImage, Microsoft.Maui.Controls.View>.OnUnloadViews(Syncfusion.Maui.DataGrid.DataColumnBase)

    OnUpdateCellValue(DataColumnBase)

    ToDo

    Declaration
    protected override void OnUpdateCellValue(DataColumnBase dataColumn)
    Parameters
    Type Name Description
    Syncfusion.Maui.DataGrid.DataColumnBase dataColumn
    Overrides
    Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridImage, 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