TcxGridCardViewRowLayoutController Class
In This Article
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.
See Also