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

TcxGridCardView.LayoutDirection Property

Specifies the orientation of the cards within the current View.

#Declaration

Delphi
property LayoutDirection: TcxGridCardViewLayoutDirection read; write; default ldHorizontal;

#Property Value

Type Default
TcxGridCardViewLayoutDirection ldHorizontal

#Remarks

Use the layout direction to specify the placement order of cards within the current View. The possible values are listed below:

Value

Meaning

ldHorizontal

Cards placement order is down, then across.

ldVertical

Cards placement order is across, then down.

The default value of the LayoutDirection property is ldHorizontal.

See Also