TdxBarImageCombo Class
A deprecated image combo box for toolbar UIs.
Declaration
TdxBarImageCombo = class(
TdxBarCustomCombo
)
Remarks
The TdxBarImageCombo
class implements a deprecated image combo box editor for toolbar UIs.
Important
The TdxBarImageCombo
class ships with the ExpressBars Suite for backward compatibility only. DevExpress neither implements new features nor fixes bugs in deprecated products. We strongly recommend that you replace TdxBarImageCombo
with a combination of TcxBarEditItem and TcxImageComboBox components in all projects.
Inheritance
See Also