Skip to main content

TcxGridCardViewVisibleRowLayoutObject Class

Contains the visual layout of a layered card.

Declaration

TcxGridCardViewVisibleRowLayoutObject = class(
    TcxGridCardRowLayoutObject
)

Remarks

This class keeps track of visible card rows in a layered card. It describes how they are spread between layers.

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

Inheritance

See Also