Class DataGridImageColumn
A column which is used to show any type of Microsoft.Maui.Controls.ImageSource.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridImageColumn : DataGridColumn, IDisposable
Constructors
DataGridImageColumn()
Initializes a new instance of the DataGridImageColumn class.
Declaration
public DataGridImageColumn()
Fields
AspectProperty
Identifies the Aspect Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty AspectProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Remarks
This Microsoft.Maui.Controls.BindableProperty is read-only.
Properties
Aspect
Gets or sets the value that indicates how an image should be displayed.
Declaration
public Aspect Aspect { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Maui.Aspect | Microsoft.Maui.Aspect |
Implements
System.IDisposable