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

TcxGridCardViewRowLayoutController Class

A card layout dispatcher.

#Declaration

Delphi
TcxGridCardViewRowLayoutController = class(
    TObject
)

#Remarks

This class provides access both to the entire structure of the card and to the structure of the card’s visual layout. It also allows you to manage the card layout dynamically, obtain information on different layouts, navigate in a card matrix and reposition items within a card.

The TcxGridCardViewRowLayoutController object is referenced by the View’s RowLayoutController property.

#Inheritance

TObject
TcxGridCardViewRowLayoutController
See Also