Back to Devexpress

TdxTokenEditLookupFilterSource Enum

vcl-dxtokenedit-757b72a4.md

latest1.2 KB
Original Source

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:

ValueDescription
tefsTextThe 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.
tefsDisplayTextThe 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

TdxTokenEditLookupFilterMode

dxTokenEdit Unit