setValue method

bool setValue(
  1. T? value
)

Writes this column's field value through the normal grid/dataset pipeline.

Implementation

bool setValue(T? value) => setValueOf<T>(column.fieldName, value);