Class DataGridTextColumn
Represents a Data
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridTextColumn : DataGridTypedColumn, IDataDescriptorPeer, IDataGridColumnDefinition
Constructors
DataGridTextColumn()
Fields
CellContentFormatProperty
Identifies the Cell
Declaration
public static readonly BindableProperty CellContentFormatProperty
Field Value
Microsoft.
|
CellRendererProperty
Identifies the Cell
Declaration
public static readonly BindableProperty CellRendererProperty
Field Value
Microsoft.
|
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.
Declaration
public string CellContentFormat { get; set; }
Property Value
System.
|
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 Render
Declaration
public DataGridCellRenderer CellRenderer { get; set; }