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