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

TcxGridDBCardViewRow Class

A data-aware Card View row.

#Declaration

Delphi
TcxGridDBCardViewRow = class(
    TcxGridCardViewRow
)

#Remarks

A TcxGridDBCardViewRow instance is a data item in a data-aware Card View. 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 class 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