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