Skip to main content

TCustomdxBarCombo Class

The base class for deprecated built-in combo box items.

Declaration

TCustomdxBarCombo = class(
    TdxBarEdit
)

Remarks

Important

The TCustomdxBarCombo 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 TCustomdxBarCombo with a combination of TcxBarEditItem and TcxComboBox components in all projects.

See Also