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. |