ClassDataGridTextColumn
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
DataGridTextColumn()
Initializes a new instance of the DataGridTextColumn class.
Declaration
public DataGridTextColumn()
Fields
CellContentFormatProperty
Identifies the CellContentFormat dependency property.
Declaration
public static readonly BindableProperty CellContentFormatProperty
Field Value
BindableProperty
CellRendererProperty
Identifies the CellRenderer property.
Declaration
public static readonly BindableProperty CellRendererProperty
Field Value
BindableProperty
Properties
CellContentFormat
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.
CellRenderer
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.
Declaration
public DataGridCellRenderer CellRenderer { get; set; }
Property Value