Back to Devexpress

TcxGridCardViewInfo Class

vcl-cxgridcardview-19a024c8.md

latest1.4 KB
Original Source

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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxCustomGridCellViewInfo TcxCustomGridViewCellViewInfo TcxCustomGridRecordViewInfo TcxGridCustomLayoutRecordViewInfo TcxGridCardViewInfo

See Also

TcxGridCardViewInfo Members

cxGridCardView Unit