Back to Devexpress

TdxOcNode.ChildrenWidth Method

vcl-dxorgchr-dot-tdxocnode-3f2072bd.md

latest802 B
Original Source

TdxOcNode.ChildrenWidth Method

Returns the node’s children width.

Declaration

delphi
function ChildrenWidth: Integer;

Returns

Type
Integer

Remarks

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

See Also

TdxOcNode.ChildrenHeight

TdxOcNode.FullWidth

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit