TcxGridItemServerModeDataBinding.Field Property
Provides access to the dataset field associated with the grid View item.
Declaration
property Field: TField read;
Property Value
Type |
---|
TField |
Remarks
Use the FieldName property to change the field associated with the grid View item.
See Also