Back to Devexpress

TdxCustomOrgChart.Rotated Property

vcl-dxorgchr-dot-tdxcustomorgchart-a6413fda.md

latest1.0 KB
Original Source

TdxCustomOrgChart.Rotated Property

Specifies the tree structure layout.

Declaration

delphi
property Rotated: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Use this property to switch between the two available tree structure orientations:

ValueDescriptionExample
TrueChanges the tree orientation: the nesting level increases from left to right.
FalseDisplays the default layout state (the nesting level increases from top to bottom).

The default value of the Rotated property is False.

See Also

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit