Skip to main content

TcxGridDBCardViewRow Class

Represents an item in a data-aware Card View.

Declaration

TcxGridDBCardViewRow = class(
    TcxGridCardViewRow
)

Remarks

A TcxGridDBCardViewRow instance represents an item (a Card View row) in a data-aware Card View of the TcxGridDBCardView class. This class has a Rows property which supports a collection of rows displayed in a card. Every row is connected to a data storage via the DataBinding property. The TcxGridDBCardViewRow class redefines the DataBinding property in order to work with a dataset field.

Ancestors of the TcxGridDBCardViewRow declare different attributes to adjust the appearance and behavior of a Card View row.

You can assign editors to edit a card row data via the RepositoryItem or PropertiesClass objects.

To customize the appearance of Card View rows, use the properties and events of the row’s Styles or the View’s Styles object.

See Also