Back to Devexpress

TdxCustomOrgChart Class

vcl-dxorgchr-99daaeee.md

latest4.6 KB
Original Source

TdxCustomOrgChart Class

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

Declaration

delphi
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.

Implements

IdxSkinSupport

IdxRotateClient

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxScrollingControl TdxCustomOrgChart

See Also

TdxCustomOrgChart Members

dxorgchr Unit