Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridEngine - Xamarin.iOS 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.iOS.dll
    Syntax
    public class GridEngine : Object

    Constructors

    GridEngine()

    Initializes a new instance of the GridEngine class.

    Declaration
    public GridEngine()

    Methods

    OnUpdateDisplayView(DataColumnBase, UIView)

    Updates the view UIKit.UIView hosted inside the column element of the Syncfusion.SfDataGrid.DataColumn.

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

    Current datacolumn.

    UIKit.UIView view

    A UIKit.UIView View hosted inside the column element.

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