Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

TdxTreeViewEdit Class

A deprecated unbound Tree View editor.

Declaration

TdxTreeViewEdit = class(
    TCustomdxTreeViewEdit
)

Remarks

The TdxTreeViewEdit class implements a deprecated unbound Tree View editor based on the standard TTreeView control from the VCL component library shipped with Embarcadero RAD Studio® IDEs. The TdxTreeViewEdit control does not support many advanced features common to DevExpress VCL controls, such as support for skins, high-DPI environments, multiple scrollbar types, etc.

Important

The TdxTreeViewEdit control ships with the DevExpress VCL components for backward compatibility only. DevExpress neither implements new features nor fixes bugs in deprecated products. We strongly recommend that you replace TdxTreeViewEdit with a combination of TcxPopupEdit and TdxTreeViewControl in all projects.

See Also