Class GridImageColumn
Represents a SfDataGrid column that hosts UIKit.UIImageView in its cells.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridImageColumn : GridColumn, IDisposable
Remarks
Use GridImageColumn to display columns of UIKit.UIImage data as a UIKit.UIImageView.
To create a column, add it to the Columns collection. To populate the column, assign the column to the UIKit.UIImage data by using the MappingName property. The UIKit.UIImage value is applied to each and every the UIKit.UIImageView view created in the column.
Constructors
GridImageColumn()
Initializes a new instance of the GridImageColumn class.
Declaration
public GridImageColumn()
Implements
System.IDisposable