TcxGridCardViewInfo Class
In This Article
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.
#Inheritance
See Also