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.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