TcxGridDBCardViewRow Class
A data-aware Card View row.
Declaration
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.
Inheritance
See Also