Back to Devexpress

TdxTokenEditPropertiesOptionsLookup Class

vcl-dxtokenedit-4d7351eb.md

latest1.7 KB
Original Source

TdxTokenEditPropertiesOptionsLookup Class

Contains the token editor‘s lookup settings.

Declaration

delphi
TdxTokenEditPropertiesOptionsLookup = class(
    TcxOwnedPersistent
)

Remarks

This class extends its ancestor with the following members that allow you to:

  • Disable or enable the token editor’s lookup functionality (Active);

  • Customize the lookup filter (FilterMode and FilterSources);

  • Specify whether the dropdown window lists suggested tokens in alphabetical order (Sorted);

  • Specify how the editor shows text within a token box (DisplayMask);

  • Adjust the number of simultaneously visible rows in the lookup dropdown window (DropDownRows).

A token editor’s Properties.Lookup property references a TdxTokenEditPropertiesOptionsLookup object.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxTokenEditPropertiesOptionsLookup

See Also

TdxTokenEditPropertiesOptionsLookup Members

dxTokenEdit Unit