Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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.
See Also