Back to Devexpress

TdxCustomOrgChart.AssignData(TdxCustomOrgChart) Method

vcl-dxorgchr-dot-tdxcustomorgchart-dot-assigndata-x28-dxorgchr-dot-tdxcustomorgchart-x29.md

latest696 B
Original Source

TdxCustomOrgChart.AssignData(TdxCustomOrgChart) Method

Copies the data structure from another OrgChart component.

Declaration

delphi
procedure AssignData(Source: TdxCustomOrgChart);

Parameters

NameType
SourceTdxCustomOrgChart

Remarks

Call this procedure to replace the control’s content with the tree structure obtained from a TdxCustomOrgChart descendant instance passed as the Source parameter.

See Also

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit