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.DataBinding Property

Specifies an object linking a Card View row with a dataset field.

#Declaration

Delphi
property DataBinding: TcxGridItemDBDataBinding read; write;

#Property Value

Type
TcxGridItemDBDataBinding

#Remarks

Use the properties of the DataBinding object to set and get the field from which data is retrieved. The DataBinding member allows you to access the filter criteria set for a View containing the current row.

See Also