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

TcxLookupComboBoxProperties.ListOptions Property

Specifies the look & feel options of the lookup grid displayed within the lookup editor dropdown.

#Declaration

Delphi
property ListOptions: TcxLookupDBGridOptions read; write;

#Property Value

Type Description
TcxLookupDBGridOptions

Lookup grid appearance settings.

#Remarks

Use the ListOptions property to specify appearance and behavior options of the lookup grid representing the dropdown list of a lookup editor. These options specify whether the editor dropdown list can be sorted, whether column headers are displayed, which grid lines are present within the dropdown list, etc.

See Also