Skip to main content

TcxLookupComboBoxProperties.ListOptions Property

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

Declaration

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