Back to Devexpress

TdxOcNode.ChildrenHeight Method

vcl-dxorgchr-dot-tdxocnode-eda13d82.md

latest865 B
Original Source

TdxOcNode.ChildrenHeight Method

This function returns the total height (in pixels) of the area occupied by current node’s children.

Declaration

delphi
function ChildrenHeight: Integer;

Returns

Type
Integer

Remarks

This function returns the total width instead of the height if the Owner.Rotated property is set to True. If the node is collapsed (that is, the Expanded property is False), the ChildrenHeight function returns 0.

See Also

TdxOcNode.ChildrenWidth

TdxOcNode.FullHeight

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit