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

TdxSpreadSheetCell.DisplayText Property

Returns a text string corresponding to the cell object’s actual formatted value.

#Declaration

Delphi
property DisplayText: string read;

#Property Value

Type
string

#Remarks

Use this property to obtain a string displayed by a cell regardless of its underlying cell object’s data type. The DisplayText property returns the DisplayValue.Text field value, ignoring all concomitant data.

See Also