TdxOcNode.Owner Property
Provides access to the OrgChart control to which the node belongs.
Declaration
property Owner: TdxCustomOrgChart read;
Property Value
Type |
---|
TdxCustomOrgChart |
Remarks
To access the control’s type-specific members, cast the Owner property to the TdxOrgChart or TdxDbOrgChart classes, respectively.
See Also