Back to Devexpress

TdxCustomOrgChart.FullWidth Method

vcl-dxorgchr-dot-tdxcustomorgchart-6ff4fad4.md

latest1.1 KB
Original Source

TdxCustomOrgChart.FullWidth Method

Returns the total tree node‘s width.

Declaration

delphi
function FullWidth: Integer;

Returns

Type
Integer

Remarks

Call this function to return the total width of the control’s content, in pixels.

Unlike the node’s Width property, the FullWidth function always returns the actual tree’s width, regardless of the Rotated property. The Expanded state affects the value returned by the FullWidth function.

To obtain the tree node’s full height, invoke the FullHeight function instead.

See Also

TdxOcNode.FullWidth

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit