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

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

Type Default
TdxLayoutDirection ldVertical

#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