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

TcxCustomTextEditProperties.LookupItemsSorted Property

Specifies whether the automatic completion words list is sorted in alphabetical order.

#Declaration

Delphi
property LookupItemsSorted: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

The LookupItemsSorted property determines whether the automatic completion words list is sorted in alphabetical order. This list is specified via the LookupItems property. The automatic completion words list can be navigated through by pressing the Up and Down keys when the editor has focus (implemented for all editors starting from TcxCustomDropDownEdit).

See Also