Skip to main content
A newer version of this page is available. .

TcxGridCardViewRowLayoutController Class

A card layout dispatcher.

Declaration

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