Back to Devexpress

IdxTreeOwner Interface

vcl-dxcustomtree-de0ba1ee.md

latest768 B
Original Source

IdxTreeOwner Interface

Allows an owning control to update itself when a node is changed.

Declaration

delphi
IdxTreeOwner = interface(IInterface)

Remarks

The IdxTreeOwner interface is used to interact between the control that implements the interface and an owned node of the TdxTreeCustomNode type.

To learn how to implement the IdxTreeOwner interface, examine the code in the TdxCustomBreadcrumbEdit class implementation.

Inheritance

IInterface IdxTreeOwner

See Also

IdxTreeOwner Members

dxCustomTree Unit