TcxLookupGridOptions Properties
Contains settings determining the look & feel of the drop-down list of a lookup combo box.| Name | Description |
|---|---|
| AnsiSort | Indicates whether the drop-down list uses Windows locale settings to sort rows. |
| CaseInsensitive | Indicates whether character case is ignored during sorting. |
| ColumnSorting | Indicates whether sorting can be applied to the drop-down list of a lookup combo box. |
| FocusRowOnMouseMove | Indicates whether moving the mouse in the drop-down list of a lookup combo box focuses the row under the mouse pointer. |
| GridLines | Specifies which grid lines are displayed within the drop-down list of a lookup combo box. |
| HighlightIncrementalFilteringText | |
| RowSelect | Indicates whether entire rows can be selected when navigating through a drop-down list. |
| ShowHeader | Indicates whether column headers are displayed within the drop-down list of a lookup combo box. |
See Also