Skip to main content

TdxCustomOrgChart Class

The base class for all classes that implement the OrgChart controls.

Declaration

TdxCustomOrgChart = class(
    TcxScrollingControl,
    IdxSkinSupport,
    IdxRotateClient
)

Remarks

This class extends its ancestor with the following members that allow you to:

You do not need to create instances of this class, use its descendants (TdxOrgChart or TdxDbOrgChart) instead.

See Also