menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class GridEngine

    GridEngine is a class, it will helps to customize the SfDataGrid rendering. The class provides the override methods for update the display view.

    Inheritance
    System.Object
    GridEngine
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class GridEngine : Object

    Constructors

    GridEngine()

    Initializes a new instance of the GridEngine class.

    Declaration
    public GridEngine()

    Methods

    OnUpdateDisplayView(DataColumnBase, View)

    Updates the view Android.Views.View hosted inside the column element of the Syncfusion.SfDataGrid.DataColumn.

    Declaration
    public virtual void OnUpdateDisplayView(DataColumnBase dataColumn, View view)
    Parameters
    Type Name Description
    Syncfusion.SfDataGrid.DataColumnBase dataColumn

    Current datacolumn.

    Android.Views.View view

    A Android.Views.View View hosted inside the column element.

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