Back to Devexpress

TdxCustomLayoutGroup.LayoutDirection Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutgroup-0f293656.md

latest784 B
Original Source

TdxCustomLayoutGroup.LayoutDirection Property

Specifies the direction in which the items of a given group are placed.

Declaration

delphi
property LayoutDirection: TdxLayoutDirection read; write; default ldVertical;

Property Value

TypeDefault
TdxLayoutDirectionldVertical

Remarks

Use the LayoutDirection property to specify appropriate arrangement direction of items within a given group.

The default value of the LayoutDirection property is ldVertical.

See Also

TdxCustomLayoutGroup Class

TdxCustomLayoutGroup Members

dxLayoutContainer Unit