Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
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