TcxLookupDBGridOptions Members
Represents a set of options for a data-aware dropdown list.Constructors
Name | Description |
---|---|
Create(TcxCustomLookupGrid) | Initializes a new instance of the TcxLookupGridOptions class with specified settings. Inherited from TcxLookupGridOptions. |
Properties
Name | Description |
---|---|
AnsiSort | Indicates whether the drop-down list uses Windows locale settings to sort rows. Inherited from TcxLookupGridOptions. |
CaseInsensitive | Indicates whether character case is ignored during sorting. Inherited from TcxLookupGridOptions. |
ColumnSorting | Indicates whether sorting can be applied to the drop-down list of a lookup combo box. Inherited from TcxLookupGridOptions. |
FocusRowOnMouseMove | Indicates whether moving the mouse in the drop-down list of a lookup combo box focuses the row under the mouse pointer. Inherited from TcxLookupGridOptions. |
Grid | Provides access to the data-aware dropdown list that owns the set of options. |
GridLines | Specifies which grid lines are displayed within the drop-down list of a lookup combo box. Inherited from TcxLookupGridOptions. |
HighlightIncrementalFilteringText | Inherited from TcxLookupGridOptions. |
RowSelect | Indicates whether entire rows can be selected when navigating through a drop-down list. Inherited from TcxLookupGridOptions. |
ShowHeader | Indicates whether column headers are displayed within the drop-down list of a lookup combo box. Inherited from TcxLookupGridOptions. |
SyncMode | Enables synchronization between a data-aware dropdown list and its bound TDataSet. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
ToString | Inherited from TObject. |
Events
Name | Description |
---|---|
OnChanged | Inherited from TcxLookupGridOptions. |
See Also