Class DataGridTextColumn
Represents a DataGridTypedColumn that converts the content of each associated cell to a System.String object.
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridTextColumn : DataGridTypedColumn, IDataDescriptorPeer, IDataGridColumnDefinition, ISupportCellStyle, INotifyPropertyChanged
Constructors
DataGridTextColumn()
Fields
CellContentFormatProperty
Identifies the CellContentFormat dependency property.
Declaration
public static readonly BindableProperty CellContentFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CellRendererProperty
Identifies the CellRenderer property.
Declaration
public static readonly BindableProperty CellRendererProperty
Field Value
Microsoft.Maui.Controls.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.
Declaration
public string CellContentFormat { get; set; }
Property Value
System.String
|
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
DataGridCellRenderer
|