isReadOnly: function () {
    return this.readOnly || this.data().isReadOnly() || this.synchronization.isSync();
  },