TcxLookupDBGridOptions Properties
Represents a set of options for a data-aware dropdown list.
Name | Description |
---|---|
Ansi |
Indicates whether the drop-down list uses Windows locale settings to sort rows.
Inherited from Tcx |
Case |
Indicates whether character case is ignored during sorting.
Inherited from Tcx |
Column |
Indicates whether sorting can be applied to the drop-down list of a lookup combo box.
Inherited from Tcx |
Focus |
Indicates whether moving the mouse in the drop-down list of a lookup combo box focuses the row under the mouse pointer.
Inherited from Tcx |
Grid | Provides access to the data-aware dropdown list that owns the set of options. |
Grid |
Specifies which grid lines are displayed within the drop-down list of a lookup combo box.
Inherited from Tcx |
Highlight |
Inherited from Tcx |
Row |
Indicates whether entire rows can be selected when navigating through a drop-down list.
Inherited from Tcx |
Show |
Indicates whether column headers are displayed within the drop-down list of a lookup combo box.
Inherited from Tcx |
Sync |
Enables synchronization between a data-aware dropdown list and its bound TData |
See Also