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

TdxTokenEditLookupFilterSource Enum

Enumerates text sources used for searching the text entered by an end-user.

#Declaration

Delphi
TdxTokenEditLookupFilterSource = (
    tefsText,
    tefsDisplayText
);

#Members

Name
tefsText
tefsDisplayText

#Remarks

Options include:

Value Description
tefsText The token editor searches the tokens whose Text property contains (or starts with, depending on the token editor’s Properties.Lookup.FilterMode property value) the text entered by an end-user.
tefsDisplayText The token editor searches the tokens whose DisplayText property contains (or starts with) the text entered by an end-user.

The TdxTokenEditLookupFilterSource type is referenced by the TdxTokenEditLookupFilterSources type.

See Also