Back to Devexpress

CellData.DisplayText Property

maui-devexpress-dot-maui-dot-datagrid-dot-celldata-cef75521.md

latest1.2 KB
Original Source

CellData.DisplayText Property

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

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public string DisplayText { get; }

Property Value

TypeDescription
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

CellData Class

CellData Members

DevExpress.Maui.DataGrid Namespace