Skip to main content

TcxGridCardViewInfo Class

Stores ViewInfo information needed to draw cards.

Declaration

TcxGridCardViewInfo = class(
    TcxGridCustomLayoutRecordViewInfo
)

Remarks

The TcxGridCardViewInfo class contains the visual properties of the control and other visual elements such as the scroll buttons and the card border of a card.

You can use the OnCustomDrawCell event to custom draw a single card.

You should not create instances of ViewInfo objects. They are created automatically on demand.

See Also