Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewRow Class

An unbound Card View row.

#Declaration

Delphi
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.

See Also