TcxDBEditorRowProperties.DataBinding Property
Represents an object associating a data-aware row with a dataset field.
Declaration
property DataBinding: TcxDBVerticalGridItemDataBinding read; write;
Property Value
Type |
---|
TcxDBVerticalGridItemDataBinding |
Remarks
The DataBinding property represents an object associating a data-aware row with a dataset field.
Each data-aware row corresponds to the dataset field specified by the FieldName property.
See Also