Back to Devexpress

TdxLayoutDirection Enum

vcl-dxlayoutcontainer-b223c9af.md

latest866 B
Original Source

TdxLayoutDirection Enum

Enumerates available arrangements of layout elements.

Declaration

delphi
TdxLayoutDirection = (
    ldHorizontal,
    ldVertical,
    ldTabbed
);

Members

Name
ldHorizontal
ldVertical
ldTabbed

Remarks

Values include:

ValueDescription
ldHorizontalGroup items are arranged horizontally within a group.
ldVerticalGroup items are arranged vertically within a group.
ldTabbedGroup items are arranged into tabs within a group.

See Also

TdxCustomLayoutControl.LayoutDirection

TdxCustomLayoutGroup.LayoutDirection

dxLayoutContainer Unit