TcxGridItemDBDataBinding.Field Property
Returns the field associated with the current item.
Declaration
property Field: TField read;
Property Value
Type |
---|
TField |
Remarks
The Field property references a TField object addressed by the FieldName attribute. To change the field for the item, you can use the FieldName property.
See Also