Back to Devexpress

TdxTokenEditLookupFilterSources Type

vcl-dxtokenedit-3954da14.md

latest1.1 KB
Original Source

TdxTokenEditLookupFilterSources Type

A set of text filter sources applied to lookup operations in the token editor.

Declaration

delphi
TdxTokenEditLookupFilterSources = set of TdxTokenEditLookupFilterSource;

Referenced Class

Type
TdxTokenEditLookupFilterSource

Remarks

You can determine which token text source(s) the token editor uses for suggesting tokens in response to typing a text.

The TdxTokenEditLookupFilterSources type is referenced by the FilterSources property provided by the TdxTokenEditPropertiesOptionsLookup class.

See Also

TdxTokenEditLookupFilterMode

dxTokenEdit Unit