Skip to main content

CellData.DisplayText Property

Gets or sets a string that specifies the formatted cell value as it is displayed.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public string DisplayText { get; }

Property Value

Type Description
String

A string that specifies the cell’s display text.

Remarks

Initially, the DisplayText property contains text currently displayed in a cell - the cell’s value (CellData.Value) to which the column format (GridColumn.DisplayFormat) is applied. To provide a custom text to be displayed in a cell, assign it to the DisplayText property.

See Also