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

TdxOcNode.ChildAlign Property

Aligns the node in relation to its direct descendants.

#Declaration

Delphi
property ChildAlign: TdxOcNodeAlign read; write;

#Property Value

Type
TdxOcNodeAlign

#Remarks

Options include:

Value Description
caLeft Sets the node to the leftmost position above its children.
caCenter Centers the node.
caRight Sets the node to the rightmost position above its children.
See Also