Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomOrgChart.FullHeight Method

Returns the total tree node‘s height.

#Declaration

Delphi
function FullHeight: Integer;

#Returns

Type
Integer

#Remarks

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

Unlike the node’s Height property, the FullHeight function always returns the actual tree’s height, regardless of the Rotated property value. The Expanded state affects the value returned by the FullHeight function.

To obtain the tree node’s full width, invoke the FullWidth function instead.

See Also