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

TcxCustomGridCardRowLayoutObject.Layout Property

Gets the card row’s sequence orientation.

#Declaration

Delphi
property Layout: TcxGridCardViewRowLayout read;

#Property Value

Type
TcxGridCardViewRowLayout

#Remarks

This property returns one of the two available types of card row arrangements in a card: either rlHorizontal, if card rows are organized into rows, or rlVertical, if card rows are organized into columns.

See Also