DataGridTextColumn
Represents a DataGridTypedColumn that converts the content of each associated cell to a string object.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataGridTextColumn : DataGridTypedColumn
Inheritance: objectDataGridColumnDataGridTypedColumnDataGridTextColumn
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the DataGridTextColumn class.
public DataGridTextColumn()
Fields
CellContentFormatProperty
BindableProperty
Identifies the CellContentFormat dependency property.
public static readonly BindableProperty CellContentFormatProperty
CellRendererProperty
BindableProperty
Identifies the CellRenderer property.
public static readonly BindableProperty CellRendererProperty
Properties
Gets or sets the custom format for each cell value. The String.Format routine is used and the format passed should be in the form required by this method.
public string CellContentFormat { get; set; }
Gets or sets the renderer that allows custom rendering of cells when the DataGrid is rendered with SkiaSharp. To use this in iOS and MacCatalyst, the RenderMode needs to be set to SkiaSharp.
public DataGridCellRenderer CellRenderer { get; set; }