Skip to main content

TcxGridCardViewRow Class

An item in a Card View.

Declaration

TcxGridCardViewRow = class(
    TcxCustomGridTableItem
)

Remarks

Every card (TcxGridCardView) consists of Card View rows (items) and each of them in turn represents an instance of the TcxGridCardViewRow class. 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.

See Also