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

TcxGridCardViewInfo Class

Contains the 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. To learn more about custom drawing, please refer to the Custom Draw topic.

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

To locate specific card elements within a Card View, see the Grid View Elements topic.

See Also