Skip to main content

TdxTreeView Class

A deprecated unbound Tree View control.

Declaration

TdxTreeView = class(
    TCustomdxTreeView
)

Remarks

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

Tree View Control

Important

The TdxTreeView class is shipped as a part of 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 TdxTreeView with TdxTreeViewControl or TcxTreeList in all projects depending on your usage scenario.

See Also