Skip to main content

TdxBarTreeViewCombo Class

A deprecated bar item combo box with a tree-like drop-down window.

Declaration

TdxBarTreeViewCombo = class(
    TCustomdxBarCombo
)

Remarks

The TdxBarTreeViewCombo class implements a deprecated toolbar combo box with a tree-like drop-down window.

Important

The TdxBarTreeViewCombo 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 TdxBarTreeViewCombo with a combination of TcxBarEditItem, TcxPopupEdit, and TdxTreeViewControl components in all projects.

See Also