TcxGridCardView.RowLayoutController Property
Represents a card layout dispatcher.
Declaration
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