TcxGridCardViewRow Class
An unbound Card View row.
Declaration
TcxGridCardViewRow = class(
TcxCustomGridTableItem
)
Remarks
Every card (TcxGridCardView) consists of Card View rows (items), and each row is a TcxGridCardViewRow
class instance. The TcxGridCardView class has a Rows property, thus allowing you to access a collection of Card View rows.
Most of the functionality is implemented in the TcxCustomGridTableItem class. The TcxGridCardViewRow class introduces properties specific to Card View data representation.
In a Card View, you can edit data in the same manner as you do in a Table View. To assign an editor to a specific Card View row, you should use either of the RepositoryItem or PropertiesClass objects.
TcxGridCardViewRow is a base class for a data-aware version of a Card View row presented by the TcxGridDBCardViewRow class.
Inheritance
See Also