Back to Devexpress

TcxGridCardViewRow Class

vcl-cxgridcardview-5376165c.md

latest2.2 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxCustomGridTableItem TcxGridCardViewRow

See Also

TcxGridCardView

TcxCustomGridTableController.FocusedItem

TcxCustomGridTableView.OnFocusedItemChanged

TcxGridCardView.Rows

TcxGridCardViewRow Members

cxGridCardView Unit