Class DataGridTextColumn
Represents a DataGridTypedColumn that converts the content of each associated cell to a System.String object.
Inherited Members
Namespace: Telerik.XamarinForms.DataGrid
Assembly: Telerik.XamarinForms.DataGrid.dll
Syntax
public class DataGridTextColumn : DataGridTypedColumn, IDataDescriptorPeer, IDataGridColumnDefinition
Constructors
DataGridTextColumn()
Fields
CellContentFormatProperty
Identifies the CellContentFormat dependency property.
Declaration
public static readonly BindableProperty CellContentFormatProperty
Field Value
Xamarin.Forms.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
|