TcxGridDBCardViewRow.DataBinding Property
Specifies an object linking a Card View row with a dataset field.
Declaration
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