menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridImageColumn - API Reference

    Show / Hide Table of Contents

    Class GridImageColumn

    Represents a SfDataGrid column that hosts Android.Widget.ImageView in its cells.

    Inheritance
    System.Object
    GridColumn
    GridImageColumn
    Implements
    System.IDisposable
    Inherited Members
    GridColumn.GetFormattedValue(Object)
    GridColumn.SetGrid(SfDataGrid)
    GridColumn.CanEditCell()
    GridColumn.Dispose()
    GridColumn.Dispose(Boolean)
    GridColumn.ColumnSizer
    GridColumn.LineBreakMode
    GridColumn.HeaderTemplate
    GridColumn.ActualWidth
    GridColumn.LoadUIView
    GridColumn.MappingName
    GridColumn.HeaderText
    GridColumn.UserCellType
    GridColumn.AllowSorting
    GridColumn.Format
    GridColumn.CultureInfo
    GridColumn.HeaderTextMargin
    GridColumn.TextMargin
    GridColumn.HeaderCellTextSize
    GridColumn.CellTextSize
    GridColumn.RecordFont
    GridColumn.HeaderFont
    GridColumn.TextAlignment
    GridColumn.HeaderTextAlignment
    GridColumn.AllowEditing
    GridColumn.GroupMode
    GridColumn.CellType
    GridColumn.IsHidden
    GridColumn.Width
    GridColumn.MinimumWidth
    GridColumn.MaximumWidth
    GridColumn.SortMode
    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

    See Also

    https://help.syncfusion.com/xamarin-android/sfdatagrid/column-types#gridimagecolumn
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved