Back to Devexpress

TdxOcNode.ChildAlign Property

vcl-dxorgchr-dot-tdxocnode-8a7439e2.md

latest652 B
Original Source

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:

ValueDescription
caLeftSets the node to the leftmost position above its children.
caCenterCenters the node.
caRightSets the node to the rightmost position above its children.

See Also

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit