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

TdxTokenEditToken.DisplayText Property

Specifies the text string that the token displays instead of its identifier.

#Declaration

Delphi
property DisplayText: string read; write;

#Property Value

Type
string

#Remarks

Use this property to show an alternative text string within the token box instead of the Text property value. The token box displays the latter if the DisplayText property value is an empty string.

You can use the Text and/or DisplayText property values as sources for token lookup. Refer to the token editor’s Properties.Lookup.FilterSources property description for more details.

The DisplayText property’s default value is an empty string.

See Also