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

TdxTokenEditPropertiesOptionsLookup.FilterSources Property

Specifies to which token text content the editor applies the selected lookup criterion.

#Declaration

Delphi
property FilterSources: TdxTokenEditLookupFilterSources read; write; default [tefsDisplayText, tefsText];

#Property Value

Type
TdxTokenEditLookupFilterSources

#Remarks

You can use this property to specify any number of available text sources in any combination for token lookup operations. Refer to the TdxTokenEditLookupFilterSource type description for details.

The default FilterSources property value is [tefsDisplayText, tefsText].

See Also