Back to Devexpress

TdxOcNode.AbsoluteCount Property

vcl-dxorgchr-dot-tdxocnode-9b3ad816.md

latest1.0 KB
Original Source

TdxOcNode.AbsoluteCount Property

Returns the total count of child nodes.

Declaration

delphi
property AbsoluteCount: Integer read;

Property Value

Type
Integer

Remarks

Use this property to identify the total count of child nodes regardless of their nesting levels.

To access individual child nodes, use the AbsoluteItems property.

See Also

TdxCustomOrgChart.AbsoluteItems

TdxCustomOrgChart.Count

TdxCustomOrgChart.Items

TdxCustomOrgChart.RootCount

TdxOcNode.Count

TdxOcNode.Items

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit