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.RowLayoutController Property

Represents a card layout dispatcher.

#Declaration

Delphi
property RowLayoutController: TcxGridCardViewRowLayoutController read;

#Property Value

Type
TcxGridCardViewRowLayoutController

#Remarks

The dispatcher represented by the RowsLayoutController property provides access both to the entire structure of the card and to the structure of the card’s visual layout. It allows you to manage card layout dynamically, obtain information on different layouts, navigate in a card matrix and reposition items within a card.

See Also