Back to Devexpress

TdxCustomOrgChart.Count Property

vcl-dxorgchr-dot-tdxcustomorgchart-8241e853.md

latest687 B
Original Source

TdxCustomOrgChart.Count Property

Returns the count of tree nodes.

Declaration

delphi
property Count: Integer read;

Property Value

Type
Integer

Remarks

Use this property to obtain the total count of the control’s tree nodes. To access the node, use the AbsoluteItems property.

See Also

TdxOcNode.Count

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit