TcxLookupComboBoxProperties.ListOptions Property
In This Article
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 |
---|---|
Tcx |
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