Back to Devexpress

TcxComboBoxProperties Class

vcl-cxdropdownedit-c4e10c9a.md

latest3.1 KB
Original Source

TcxComboBoxProperties Class

Stores combo box editor settings.

Declaration

delphi
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.ActivePropertiesProvides access to active combo box settings.TcxComboBox.PropertiesProvides access to combo box settings.TcxDBComboBox.ActivePropertiesProvides access to active combo box settings.TcxDBComboBox.PropertiesProvides access to combo box settings.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomComboBoxProperties TcxComboBoxProperties

See Also

TcxComboBox Class

TcxDBComboBox Class

TcxComboBoxProperties Members

cxDropDownEdit Unit