Back to Devexpress

TdxTreeCustomNode Class

vcl-dxcustomtree-cda5610a.md

latest3.3 KB
Original Source

TdxTreeCustomNode Class

The base class for tree node classes.

Declaration

delphi
TdxTreeCustomNode = class(
    TObject
)

Remarks

This class implements the basic functionality required to create a tree structure.

The TdxTreeCustomNode class members allow you to do the following:

Do not use the TdxTreeCustomNode class directly. Use the following descendants:

Inheritance

TObject TdxTreeCustomNode

See Also

TdxTreeCustomNode Members

dxCustomTree Unit