vcl-cxgridcardview-107f80e6.md
Contains options managing the appearance and behavior of a card row.
TcxGridCardViewRowOptions = class(
TcxCustomGridTableItemOptions
)
This class publishes properties specific to a card row. For example, you can prevent a user from editing and focusing a row. Also, it is possible to hide the caption region of a row via the ShowCaption property.
To set options for a card row, use the row’s Options member. The Card View itself contains a set of options managing the appearance of all card rows.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridTableItemCustomOptions TcxCustomGridTableItemOptions TcxGridCardViewRowOptions
See Also