setValue method
Writes this column's field value through the normal grid/dataset pipeline.
Implementation
bool setValue(T? value) => setValueOf<T>(column.fieldName, value);
Writes this column's field value through the normal grid/dataset pipeline.
bool setValue(T? value) => setValueOf<T>(column.fieldName, value);