Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewInfo Class

Stores ViewInfo information needed to draw cards.

#Declaration

Delphi
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