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

Specifies the default height of tree nodes, in pixels.

#Declaration

Delphi
property DefaultNodeHeight: Word read; write; default 40;

#Property Value

Type Default
Word 40

#Remarks

Use this property to adjust the height of the tree nodes whose Height property is set to 0.

The minimum node height is 16 pixels if no image list is assigned to the Images property. Otherwise, the minimum node height equals the associated image list’s doubled Height property value.

The DefaultNodeHeight property updates automatically by multiplying its current value by the form’s scaling factor every time it changes at design-time or runtime.

The default value of the DefaultNodeHeight property is 40.

See Also