TcxComboBoxProperties Class
Stores combo box editor settings.
Declaration
TcxComboBoxProperties = class(
TcxCustomComboBoxProperties
)
Remarks
The TcxComboBoxProperties
class has members that allow you to do the following:
- Specify if the drop-down menu automatically adjusts its width to display menu items in full (DropDownAutoWidth).
- Explicitly define drop-down window width (DropDownWidth).
- Allow users to resize the drop-down window (DropDownSizeable).
- Switch between available user input modes (DropDownListStyle).
- Change the number of simultaneously visible menu items in the drop-down window (DropDownRows).
- Disable the drop-down window in read-only mode (AllowDropDownWhenReadOnly).
- Populate the list of expressions for automatic user input completion (Items).
- Allow users to double-click the editor to switch between items (Revertable).
- Adjust the height of individual drop-down menu items (OnMeasureItem).
- Custom draw drop-down menu items (OnDrawItem).
Direct TcxComboBoxProperties Class References
- TcxComboBox.ActiveProperties
- Provides access to active combo box settings.
- TcxComboBox.Properties
- Provides access to combo box settings.
- TcxDBComboBox.ActiveProperties
- Provides access to active combo box settings.
- TcxDBComboBox.Properties
- Provides access to combo box settings.
Inheritance
See Also